Class AbpComponentDemoSectionTagHelper
Inheritance
AbpComponentDemoSectionTagHelper
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Demo.dll
Syntax
public class AbpComponentDemoSectionTagHelper : AbpTagHelper, ITagHelper, ITagHelperComponent, ITransientDependency
Constructors
AbpComponentDemoSectionTagHelper(IVirtualFileProvider, IGuidGenerator)
Declaration
public AbpComponentDemoSectionTagHelper(IVirtualFileProvider virtualFileProvider, IGuidGenerator guidGenerator)
Parameters
Properties
Title
Declaration
public string? Title { get; set; }
Property Value
ViewPath
Declaration
public string ViewPath { get; set; }
Property Value
Methods
ProcessAsync(TagHelperContext, TagHelperOutput)
Declaration
public override Task ProcessAsync(TagHelperContext context, TagHelperOutput output)
Parameters
Returns
Overrides
Implements
Extension Methods