Class UrlInfo
Inherited Members
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 |