MvcHtmlString Class
Represents an HTML-encoded string that should not be encoded again.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The MvcHtmlString type exposes the following members.
| Name | Description | |
|---|---|---|
|
Create | Creates an HTML-encoded string using the specified text value. |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
IsNullOrEmpty | Determines whether the specified string contains content or is either null or empty. |
|
MemberwiseClone | (Inherited from Object.) |
|
ToHtmlString | (Inherited from HtmlString.) |
|
ToString | (Inherited from HtmlString.) |