Class AbpAutoFocusTagHelper
Implements
ITransientDependency
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Utils
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class AbpAutoFocusTagHelper : AbpTagHelper, ITransientDependency
Properties
AutoFocus
Declaration
public bool AutoFocus { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
Process(TagHelperContext, TagHelperOutput)
Declaration
public override void Process(TagHelperContext context, TagHelperOutput output)
Parameters
| Type | Name | Description |
|---|---|---|
| TagHelperContext | context | |
| TagHelperOutput | output |
Implements
ITransientDependency