Class UrlDataNode
- Namespace
- Dynamicweb.Frontend.UrlHandling
- Assembly
- Dynamicweb.dll
- Inheritance
-
UrlDataNode
- Inherited Members
-
Properties
AreaId
public int AreaId { get; set; }
Property Value
- int
Id
public required string Id { get; set; }
Property Value
- string
IgnoreInChildPath
public bool IgnoreInChildPath { get; set; }
Property Value
- bool
IgnoreParentPath
public bool IgnoreParentPath { get; set; }
Property Value
- bool
IgnoreParentQuerystring
public bool IgnoreParentQuerystring { get; set; }
Property Value
- bool
IncludeInSitemapXml
public bool IncludeInSitemapXml { get; set; }
Property Value
- bool
ParentId
public string? ParentId { get; set; }
Property Value
- string
PathExact
public string? PathExact { get; set; }
Property Value
- string
PathName
public required string PathName { get; set; }
Property Value
- string
ProviderParameters
public string? ProviderParameters { get; set; }
Property Value
- string
ProviderTypeName
public string? ProviderTypeName { get; set; }
Property Value
- string
QueryStringExact
public string? QueryStringExact { get; set; }
Property Value
- string
QueryStringParameter
public required string QueryStringParameter { get; set; }
Property Value
- string
QueryStringValue
public required string QueryStringValue { get; set; }
Property Value
- string