Show / Hide Table of Contents

Class ClientResourceManager

Inheritance
object
ClientResourceManager
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.Client.ClientResourceManagement
Assembly: DotNetNuke.Web.Client.dll
Syntax
[Obsolete("Deprecated in DotNetNuke 10.2.0. Please use IClientResourceController instead. Scheduled for removal in v12.0.0.")]
public class ClientResourceManager

Constructors

ClientResourceManager()

Declaration
public ClientResourceManager()

Methods

AddConfiguration()

Declaration
public static void AddConfiguration()

ClearCache()

Declaration
public static void ClearCache()

ClearFileExistsCache(string)

Declaration
public static void ClearFileExistsCache(string path)
Parameters
Type Name Description
string path

EnableAsyncPostBackHandler()

Declaration
public static void EnableAsyncPostBackHandler()

IsInstalled()

Declaration
public static bool IsInstalled()
Returns
Type Description
bool

RegisterAdminStylesheet(Page, string)

Declaration
public static void RegisterAdminStylesheet(Page page, string filePath)
Parameters
Type Name Description
Page page
string filePath

RegisterDefaultStylesheet(Page, string)

Declaration
public static void RegisterDefaultStylesheet(Page page, string filePath)
Parameters
Type Name Description
Page page
string filePath

RegisterFeatureStylesheet(Page, string)

Declaration
public static void RegisterFeatureStylesheet(Page page, string filePath)
Parameters
Type Name Description
Page page
string filePath

RegisterIEStylesheet(Page, string)

Declaration
[Obsolete("Deprecated in DotNetNuke 10.0.2. Internet Explorer is no longer supported. Scheduled for removal in v12.0.0.")]
public static void RegisterIEStylesheet(Page page, string filePath)
Parameters
Type Name Description
Page page
string filePath

RegisterScript(Page, string)

Declaration
public static void RegisterScript(Page page, string filePath)
Parameters
Type Name Description
Page page
string filePath

RegisterScript(Page, string, Js)

Declaration
public static void RegisterScript(Page page, string filePath, FileOrder.Js priority)
Parameters
Type Name Description
Page page
string filePath
FileOrder.Js priority

RegisterScript(Page, string, Js, IDictionary<string, string>)

Declaration
public static void RegisterScript(Page page, string filePath, FileOrder.Js priority, IDictionary<string, string> htmlAttributes)
Parameters
Type Name Description
Page page
string filePath
FileOrder.Js priority
IDictionary<string, string> htmlAttributes

RegisterScript(Page, string, Js, string)

Declaration
public static void RegisterScript(Page page, string filePath, FileOrder.Js priority, string provider)
Parameters
Type Name Description
Page page
string filePath
FileOrder.Js priority
string provider

RegisterScript(Page, string, Js, string, IDictionary<string, string>)

Declaration
public static void RegisterScript(Page page, string filePath, FileOrder.Js priority, string provider, IDictionary<string, string> htmlAttributes)
Parameters
Type Name Description
Page page
string filePath
FileOrder.Js priority
string provider
IDictionary<string, string> htmlAttributes

RegisterScript(Page, string, IDictionary<string, string>)

Declaration
public static void RegisterScript(Page page, string filePath, IDictionary<string, string> htmlAttributes)
Parameters
Type Name Description
Page page
string filePath
IDictionary<string, string> htmlAttributes

RegisterScript(Page, string, int)

Declaration
public static void RegisterScript(Page page, string filePath, int priority)
Parameters
Type Name Description
Page page
string filePath
int priority

RegisterScript(Page, string, int, IDictionary<string, string>)

Declaration
public static void RegisterScript(Page page, string filePath, int priority, IDictionary<string, string> htmlAttributes)
Parameters
Type Name Description
Page page
string filePath
int priority
IDictionary<string, string> htmlAttributes

RegisterScript(Page, string, int, string)

Declaration
public static void RegisterScript(Page page, string filePath, int priority, string provider)
Parameters
Type Name Description
Page page
string filePath
int priority
string provider

RegisterScript(Page, string, int, string, IDictionary<string, string>)

Declaration
public static void RegisterScript(Page page, string filePath, int priority, string provider, IDictionary<string, string> htmlAttributes)
Parameters
Type Name Description
Page page
string filePath
int priority
string provider
IDictionary<string, string> htmlAttributes

RegisterScript(Page, string, int, string, string, string)

Declaration
public static void RegisterScript(Page page, string filePath, int priority, string provider, string name, string version)
Parameters
Type Name Description
Page page
string filePath
int priority
string provider
string name
string version

RegisterScript(Page, string, int, string, string, string, IDictionary<string, string>)

Declaration
public static void RegisterScript(Page page, string filePath, int priority, string provider, string name, string version, IDictionary<string, string> htmlAttributes)
Parameters
Type Name Description
Page page
string filePath
int priority
string provider
string name
string version
IDictionary<string, string> htmlAttributes

RegisterStyleSheet(Page, string)

Declaration
public static void RegisterStyleSheet(Page page, string filePath)
Parameters
Type Name Description
Page page
string filePath

RegisterStyleSheet(Page, string, Css)

Declaration
public static void RegisterStyleSheet(Page page, string filePath, FileOrder.Css priority)
Parameters
Type Name Description
Page page
string filePath
FileOrder.Css priority

RegisterStyleSheet(Page, string, Css, IDictionary<string, string>)

Declaration
public static void RegisterStyleSheet(Page page, string filePath, FileOrder.Css priority, IDictionary<string, string> htmlAttributes)
Parameters
Type Name Description
Page page
string filePath
FileOrder.Css priority
IDictionary<string, string> htmlAttributes

RegisterStyleSheet(Page, string, IDictionary<string, string>)

Declaration
public static void RegisterStyleSheet(Page page, string filePath, IDictionary<string, string> htmlAttributes)
Parameters
Type Name Description
Page page
string filePath
IDictionary<string, string> htmlAttributes

RegisterStyleSheet(Page, string, int)

Declaration
public static void RegisterStyleSheet(Page page, string filePath, int priority)
Parameters
Type Name Description
Page page
string filePath
int priority

RegisterStyleSheet(Page, string, int, IDictionary<string, string>)

Declaration
public static void RegisterStyleSheet(Page page, string filePath, int priority, IDictionary<string, string> htmlAttributes)
Parameters
Type Name Description
Page page
string filePath
int priority
IDictionary<string, string> htmlAttributes

RegisterStyleSheet(Page, string, int, string)

Declaration
public static void RegisterStyleSheet(Page page, string filePath, int priority, string provider)
Parameters
Type Name Description
Page page
string filePath
int priority
string provider

RegisterStyleSheet(Page, string, int, string, IDictionary<string, string>)

Declaration
public static void RegisterStyleSheet(Page page, string filePath, int priority, string provider, IDictionary<string, string> htmlAttributes)
Parameters
Type Name Description
Page page
string filePath
int priority
string provider
IDictionary<string, string> htmlAttributes

RegisterStyleSheet(Page, string, int, string, string, string)

Declaration
public static void RegisterStyleSheet(Page page, string filePath, int priority, string provider, string name, string version)
Parameters
Type Name Description
Page page
string filePath
int priority
string provider
string name
string version

RegisterStyleSheet(Page, string, int, string, string, string, IDictionary<string, string>)

Declaration
public static void RegisterStyleSheet(Page page, string filePath, int priority, string provider, string name, string version, IDictionary<string, string> htmlAttributes)
Parameters
Type Name Description
Page page
string filePath
int priority
string provider
string name
string version
IDictionary<string, string> htmlAttributes

RemoveConfiguration()

Declaration
public static void RemoveConfiguration()

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS