HtmlString(String) 构造函数
定义
初始化 HtmlString 类的新实例。Initializes a new instance of the HtmlString class.
public:
HtmlString(System::String ^ value);
public HtmlString (string value);
new System.Web.HtmlString : string -> System.Web.HtmlString
Public Sub New (value As String)
参数
- value
- String
一个不应再次进行编码的 HTML 编码的字符串。An HTML-encoded string that should not be encoded again.