HtmlString Constructor (String^)

.NET Framework (current version)
 

Initializes a new instance of the HtmlString class.

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

public:
HtmlString(
	String^ value
)

Parameters

value
Type: System::String^

An HTML-encoded string that should not be encoded again.

.NET Framework
Available since 4.0
Return to top
Show: