Class JavaScriptDto
Inheritance
JavaScriptDto
Assembly: DotNetNuke.dll
Syntax
public class JavaScriptDto
Constructors
JavaScriptDto()
Declaration
Properties
HtmlAttributes
Declaration
public IDictionary<string, string> HtmlAttributes { get; set; }
Property Value
JsName
Declaration
public string JsName { get; set; }
Property Value
Path
Declaration
public string Path { get; set; }
Property Value
Priority
Declaration
public int Priority { get; set; }
Property Value
Provider
Declaration
public string Provider { get; set; }
Property Value
Specific
Declaration
public string Specific { get; set; }
Property Value
Version
Declaration
public string Version { get; set; }
Property Value
Extension Methods