Class DojoConfigurationHelper

Inheritance
System.Object
DojoConfigurationHelper
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.Shell.Web.Mvc.Html
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public static class DojoConfigurationHelper

Methods

ConfigureDojo(Page, DojoConfig)

Declaration
public static string ConfigureDojo(this Page page, DojoConfig dojoConfig)
Parameters
Type Name Description
System.Web.UI.Page page
DojoConfig dojoConfig
Returns
Type Description
System.String

ConfigureDojo(Page, DojoConfig, Boolean)

Declaration
public static string ConfigureDojo(this Page page, DojoConfig dojoConfig, bool registerModulePaths)
Parameters
Type Name Description
System.Web.UI.Page page
DojoConfig dojoConfig
System.Boolean registerModulePaths
Returns
Type Description
System.String

ConfigureDojo(Page, Boolean, Boolean, Boolean)

Declaration
public static string ConfigureDojo(this Page page, bool parseOnLoad, bool registerModulePaths, bool async)
Parameters
Type Name Description
System.Web.UI.Page page
System.Boolean parseOnLoad
System.Boolean registerModulePaths
System.Boolean async
Returns
Type Description
System.String