0 out of 1 rated this helpful - Rate this topic

HelperResult Class

Represents the result of a helper action as an HTML-encoded string.

System.Object
  System.Web.WebPages.HelperResult

Namespace:  System.Web.WebPages
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)
public class HelperResult : IHtmlString

The HelperResult type exposes the following members.

  NameDescription
Public methodHelperResultInitializes a new instance of the HelperResult class.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToHtmlStringReturns an HTML-encoded string that represents the helper result.
Public methodToStringReturns an HTML-encoded string that represents the helper result. (Overrides Object.ToString().)
Public methodWriteToWrites an HTML-encoded string that writes the helper result to the specified TextWriter object.
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.