Interface IRazorTemplatePage
Assembly: Volo.Abp.TextTemplating.Razor.dll
Syntax
public interface IRazorTemplatePage
Properties
Body
Declaration
string? Body { get; set; }
Property Value
GlobalContext
Declaration
Dictionary<string, object> GlobalContext { get; set; }
Property Value
HtmlEncoder
Declaration
HtmlEncoder? HtmlEncoder { get; set; }
Property Value
JavaScriptEncoder
Declaration
JavaScriptEncoder? JavaScriptEncoder { get; set; }
Property Value
Localizer
Declaration
IStringLocalizer? Localizer { get; set; }
Property Value
ServiceProvider
Declaration
IServiceProvider ServiceProvider { get; set; }
Property Value
UrlEncoder
Declaration
UrlEncoder? UrlEncoder { get; set; }
Property Value
Methods
ExecuteAsync()
Declaration
Returns
GetOutputAsync()
Declaration
Task<string> GetOutputAsync()
Returns
Extension Methods