SaaS CMS has officially launched! Learn more now.

Class ClientResourceProviderAttribute

Attribute used to mark client resources provider implementations.

Inheritance
System.Object
ClientResourceProviderAttribute
Namespace: EPiServer.Framework.Web.Resources
Assembly: EPiServer.Framework.AspNetCore.dll
Version: 12.0.3
Syntax
public sealed class ClientResourceProviderAttribute : ServicePlugInAttributeBase, IServiceConfiguration

Constructors

ClientResourceProviderAttribute()

Initializes a new instance of the ClientResourceProviderAttribute class.

Declaration
public ClientResourceProviderAttribute()

Properties

Lifecycle

Gets Singleton.

Declaration
public override ServiceInstanceScope Lifecycle { get; }
Property Value
Type Description
ServiceInstanceScope
Overrides

Implements

Extension Methods