Show / Hide Table of Contents

Class JavaScriptUtils

Inheritance
object
ServiceLocator<IJavaScriptUtils, JavaScriptUtils>
JavaScriptUtils
Implements
IJavaScriptUtils
Inherited Members
ServiceLocator<IJavaScriptUtils, JavaScriptUtils>.SetTestableInstance(IJavaScriptUtils)
ServiceLocator<IJavaScriptUtils, JavaScriptUtils>.ClearInstance()
ServiceLocator<IJavaScriptUtils, JavaScriptUtils>.GetFactory()
ServiceLocator<IJavaScriptUtils, JavaScriptUtils>.Instance
ServiceLocator<IJavaScriptUtils, JavaScriptUtils>.Factory
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke.dll
Syntax
public class JavaScriptUtils : ServiceLocator<IJavaScriptUtils, JavaScriptUtils>, IJavaScriptUtils

Constructors

JavaScriptUtils()

Declaration
public JavaScriptUtils()

Methods

GetFactory()

Declaration
protected override Func<IJavaScriptUtils> GetFactory()
Returns
Type Description
Func<IJavaScriptUtils>
Overrides
ServiceLocator<IJavaScriptUtils, JavaScriptUtils>.GetFactory()

RegisterJavascriptVariable(string, object, Page, Type)

Declaration
public void RegisterJavascriptVariable(string variableName, object value, Page page, Type type)
Parameters
Type Name Description
string variableName
object value
Page page
Type type

Implements

IJavaScriptUtils

Extension Methods

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