Inheritance
AbpModalHeaderTagHelperService
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
public class AbpModalHeaderTagHelperService : AbpTagHelperService<AbpModalHeaderTagHelper>, IAbpTagHelperService<AbpModalHeaderTagHelper>, ITransientDependency
Constructors
Declaration
public AbpModalHeaderTagHelperService(IStringLocalizer<AbpUiResource> localizer)
Parameters
Properties
Declaration
protected IStringLocalizer<AbpUiResource> L { get; }
Property Value
Methods
Declaration
protected virtual string CreatePostContent()
Returns
Declaration
protected virtual string CreatePreContent()
Returns
Declaration
public override void Process(TagHelperContext context, TagHelperOutput output)
Parameters
Overrides
Implements
Extension Methods