Class TextTemplateInlineContentManagement
Inheritance
TextTemplateInlineContentManagement
Assembly: Volo.Abp.TextTemplateManagement.Blazor.dll
Syntax
[Authorize("TextTemplateManagement.TextTemplates.EditContents")]
[Route("/text-templates/contents/inline")]
public class TextTemplateInlineContentManagement : TextTemplateManagementComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
TextTemplateInlineContentManagement()
Declaration
public TextTemplateInlineContentManagement()
Fields
TemplateContent
Declaration
protected string TemplateContent
Field Value
TemplateDefinitionName
Declaration
protected string TemplateDefinitionName
Field Value
Properties
NavigationManager
Declaration
[Inject]
protected NavigationManager NavigationManager { get; set; }
Property Value
TemplateContentAppService
Declaration
[Inject]
protected ITemplateContentAppService TemplateContentAppService { get; set; }
Property Value
UINotificationService
Declaration
[Inject]
protected IUiNotificationService UINotificationService { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
GetContentAsync()
Declaration
protected virtual Task GetContentAsync()
Returns
NavigateToContentManagement()
Declaration
protected virtual void NavigateToContentManagement()
NavigateToTemplateListing()
Declaration
protected virtual void NavigateToTemplateListing()
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Overrides
RestoreToDefaultAsync()
Declaration
protected virtual Task RestoreToDefaultAsync()
Returns
SaveContentAsync()
Declaration
protected virtual Task SaveContentAsync()
Returns
Implements
Extension Methods