Show / Hide Table of Contents

Class JavaScriptDto

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

Constructors

JavaScriptDto()

Declaration
public JavaScriptDto()

Properties

HtmlAttributes

Declaration
public IDictionary<string, string> HtmlAttributes { get; set; }
Property Value
Type Description
IDictionary<string, string>

JsName

Declaration
public string JsName { get; set; }
Property Value
Type Description
string

Path

Declaration
public string Path { get; set; }
Property Value
Type Description
string

Priority

Declaration
public int Priority { get; set; }
Property Value
Type Description
int

Provider

Declaration
public string Provider { get; set; }
Property Value
Type Description
string

Specific

Declaration
public string Specific { get; set; }
Property Value
Type Description
string

Version

Declaration
public string Version { get; set; }
Property Value
Type Description
string

Extension Methods

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