HelperResult Class 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a deferred write operation in a RazorPage.
public ref class HelperResult : Microsoft::AspNetCore::Html::IHtmlContentpublic class HelperResult : Microsoft.AspNetCore.Html.IHtmlContenttype HelperResult = class
    interface IHtmlContentPublic Class HelperResult
Implements IHtmlContent- Inheritance
- 
				HelperResult
- Implements
Constructors
| HelperResult(Func<TextWriter,Task>) | Creates a new instance of HelperResult. | 
Properties
| WriteAction | Gets the asynchronous delegate to invoke when WriteTo(TextWriter, HtmlEncoder) is called. | 
Methods
| WriteTo(TextWriter, HtmlEncoder) | Method invoked to produce content from the HelperResult. |