HelperResult Class
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::IHtmlContent
C#
public class HelperResult : Microsoft.AspNetCore.Html.IHtmlContent
type HelperResult = class
interface IHtmlContent
Public Class HelperResult
Implements IHtmlContent
- Inheritance
-
HelperResult
- Implements
Helper |
Creates a new instance of HelperResult. |
Write |
Gets the asynchronous delegate to invoke when WriteTo(TextWriter, HtmlEncoder) is called. |
Write |
Method invoked to produce content from the HelperResult. |
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 |