[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.BundlesTagHelper

BundlesTagHelper Class

Defines the base TagHelper of script bundles.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public abstract class BundlesTagHelper : BaseTagHelper<object>, ITagHelper, ITagHelperComponent

Constructors

Name Description
BundlesTagHelper()

Properties

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.

Methods

Name Description
ProcessChildContent(object, TagHelperContent)

Process the child content.

ProcessChildContentAsync(TagHelperContext, TagHelperOutput, object)

Process the the children taghelpers.