[]
Defines the base TagHelper of script bundles.
public abstract class BundlesTagHelper : BaseTagHelper<object>, ITagHelper, ITagHelperComponent
Public MustInherit Class BundlesTagHelper
Inherits BaseTagHelper(Of Object)
Implements ITagHelper, ITagHelperComponent
| Name | Description |
|---|---|
| BundlesTagHelper() |
| Name | Description |
|---|---|
| Bundles | Gets or sets the string which contains bundle names. |
| DefaultOwnerTypes | Gets the default script owner types. |
| InitOwnerTypes | Gets the initial script owner types. |
| OwnerTypePrefix | Gets the prefix of the script owner type. |
| Name | Description |
|---|---|
| ProcessChildContent(object, TagHelperContent) | Process the child content. |
| ProcessChildContentAsync(TagHelperContext, TagHelperOutput, object) | Process the the children taghelpers. |