Helped class used by Razor to render generated code.
Westwind.RazorHosting.HelperResult
public class HelperResult : object, IHtmlString
Class Members
Member | Description | |
---|---|---|
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.RazorHostingAssembly: westwind.razorhosting.dll
© West Wind Technologies, 2018 • Updated: 06/07/18
Comment or report problem with topic