HelperResult Class
Represents the result of a helper action as an HTML-encoded string.
Namespace:
System.Web.WebPages
Assembly: System.Web.WebPages (in System.Web.WebPages.dll)
The HelperResult type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToHtmlString | Returns an HTML-encoded string that represents the helper result. |
![]() | ToString | Returns an HTML-encoded string that represents the helper result. (Overrides Object.ToString().) |
![]() | WriteTo | Writes an HTML-encoded string that writes the helper result to the specified TextWriter object. |
