Class HelperResult

Helped class used by Razor to render generated code.

System.Object
  Westwind.RazorHosting.HelperResult
public class HelperResult : object, IHtmlString

Class Members

MemberDescription

Constructor

Initializes a new instance of the Westwind.RazorHosting.HelperResult class, with the provided .

ToHtmlString

Returns a HTML formatted System.String that represents the current Westwind.RazorHosting.HelperResult.

public sealed string ToHtmlString()

ToString

Returns a System.String that represents the current Westwind.RazorHosting.HelperResult.

public virtual string ToString()

WriteTo

Writes the output of the Westwind.RazorHosting.HelperResult to the provided .

public void WriteTo(TextWriter writer)

public void WriteTo(TextWriter writer,     object val)

Requirements

Namespace: Westwind.RazorHosting
Assembly: westwind.razorhosting.dll

© West Wind Technologies, 2018 • Updated: 06/07/18
Comment or report problem with topic