Class BlazorGlobalStyleContributor
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Components.Server.Theming.Bundling
Assembly: Volo.Abp.AspNetCore.Components.Server.Theming.dll
Syntax
[DependsOn(new Type[] { typeof(BootstrapStyleContributor), typeof(FontAwesomeStyleContributor) })]
public class BlazorGlobalStyleContributor : BundleContributor, IBundleContributor
Constructors
BlazorGlobalStyleContributor()
Declaration
public BlazorGlobalStyleContributor()
Methods
ConfigureBundle(BundleConfigurationContext)
Declaration
public override void ConfigureBundle(BundleConfigurationContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| BundleConfigurationContext | context |