HelperResult Class

Definition

Represents a deferred write operation in a RazorPage.

C#
public class HelperResult : Microsoft.AspNetCore.Html.IHtmlContent
Inheritance
HelperResult
Implements

Constructors

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.

Applies to

Product Versions
ASP.NET Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0