MvcHtmlString(String) Constructor

Definition

Initializes a new instance of the MvcHtmlString class.

public MvcHtmlString (string value);
new System.Web.Mvc.MvcHtmlString : string -> System.Web.Mvc.MvcHtmlString
Public Sub New (value As String)

Parameters

value
String

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

Applies to