Interface IJavaScriptUtils
Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke.dll
Syntax
public interface IJavaScriptUtils
Methods
RegisterJavascriptVariable(string, object, Page, Type)
Declaration
void RegisterJavascriptVariable(string variableName, object value, Page page, Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| string | variableName | |
| object | value | |
| Page | page | |
| Type | type |