Show / Hide Table of Contents

Class Extensions

Inheritance
object
Extensions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.ClientDependency
Assembly: DotNetNuke.dll
Syntax
public static class Extensions

Methods

RegisterFont(IClientResourceController, string, bool)

Declaration
public static void RegisterFont(this IClientResourceController controller, string fontPath, bool checkIfExists = false)
Parameters
Type Name Description
IClientResourceController controller
string fontPath
bool checkIfExists

RegisterScript(IClientResourceController, string, Js, bool)

Declaration
public static void RegisterScript(this IClientResourceController controller, string scriptPath, FileOrder.Js priority, bool checkIfExists = false)
Parameters
Type Name Description
IClientResourceController controller
string scriptPath
FileOrder.Js priority
bool checkIfExists

RegisterScript(IClientResourceController, string, bool)

Declaration
public static void RegisterScript(this IClientResourceController controller, string scriptPath, bool checkIfExists = false)
Parameters
Type Name Description
IClientResourceController controller
string scriptPath
bool checkIfExists

RegisterStylesheet(IClientResourceController, string, Css, bool)

Declaration
public static void RegisterStylesheet(this IClientResourceController controller, string stylesheetPath, FileOrder.Css priority, bool checkIfExists = false)
Parameters
Type Name Description
IClientResourceController controller
string stylesheetPath
FileOrder.Css priority
bool checkIfExists

RegisterStylesheet(IClientResourceController, string, bool)

Declaration
public static void RegisterStylesheet(this IClientResourceController controller, string stylesheetPath, bool checkIfExists = false)
Parameters
Type Name Description
IClientResourceController controller
string stylesheetPath
bool checkIfExists
Back to top by the community, for the community... #DNNCMS