MvcHtmlString.Create(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an HTML-encoded string using the specified text value.
public static System.Web.Mvc.MvcHtmlString Create (string value);
static member Create : string -> System.Web.Mvc.MvcHtmlString
Public Shared Function Create (value As String) As MvcHtmlString
Parameters
- value
- String
The value of the string to create .
Returns
An HTML-encoded string.