Class SignalRBrowserScriptContributor
Inheritance
SignalRBrowserScriptContributor
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Packages.dll
Syntax
[DependsOn(new Type[] { typeof(CoreScriptContributor) })]
public class SignalRBrowserScriptContributor : BundleContributor, IBundleContributor
Constructors
SignalRBrowserScriptContributor()
Declaration
public SignalRBrowserScriptContributor()
Methods
ConfigureBundle(BundleConfigurationContext)
Declaration
public override void ConfigureBundle(BundleConfigurationContext context)
Parameters
Overrides
Implements
Extension Methods