MvcHtmlString Constructor

Initializes a new instance of the MvcHtmlString class.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public Sub New ( _
	value As String _
)
'Usage
Dim value As String 

Dim instance As New MvcHtmlString(value)

Parameters

value
Type: System.String

The string to create. If no value is assigned, the object is created using an empty-string value.

Show: