Show / Hide Table of Contents

Class UrlInfo

Inheritance
object
UrlInfo
Inherited Members
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 UrlInfo

Constructors

UrlInfo()

Declaration
public UrlInfo()

Properties

PortalID

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

Url

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

UrlID

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

Extension Methods

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