A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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