Class ClientResourceServiceHttpExtensions
Extension methods for IClientResourceService
Inheritance
System.Object
ClientResourceServiceHttpExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Framework.Web.Resources
Assembly: EPiServer.Framework.AspNet.dll
Version: 11.20.7Syntax
public static class ClientResourceServiceHttpExtensions
Methods
RegisterRequiredResources(IClientResourceService, HttpContextBase)
Performs the registration of the required client resources.
Declaration
public static void RegisterRequiredResources(this IClientResourceService service, HttpContextBase context)
Parameters
Type | Name | Description |
---|---|---|
IClientResourceService | service | The extended service |
System.Web.HttpContextBase | context | The HTTP context. |