HelperResult 类 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 中的 RazorPage延迟写入操作。
public ref class HelperResult : Microsoft::AspNetCore::Html::IHtmlContentpublic class HelperResult : Microsoft.AspNetCore.Html.IHtmlContenttype HelperResult = class
    interface IHtmlContentPublic Class HelperResult
Implements IHtmlContent- 继承
- 
				HelperResult
- 实现
构造函数
| HelperResult(Func<TextWriter,Task>) | 创建 HelperResult 的新实例。 | 
属性
| WriteAction | 获取调用 时要调用的 WriteTo(TextWriter, HtmlEncoder) 异步委托。 | 
方法
| WriteTo(TextWriter, HtmlEncoder) | 调用方法以从 HelperResult生成内容。 |