MvcHtmlString.Create Method
Creates an HTML-encoded string using the specified text value.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Shared Function Create ( _ value As String _ ) As MvcHtmlString 'Usage Dim value As String Dim returnValue As MvcHtmlString returnValue = MvcHtmlString.Create(value)
Parameters
- value
- Type: System.String
The value of the string to create .
Show: