Class UrlIndexPathLookupResult
- Namespace
- Dynamicweb.Frontend.Url
Handling
- Assembly
- Dynamicweb.dll
Class UrlIndexPathLookupResult contains the result of resolving a URL to a URL node.
- Inheritance
-
Url
Index Path Lookup Result
- Inherited Members
Properties
Node
Gets or sets the node of this lookup.
Property Value
- Url
Node The node.
OriginalQueryString
Gets or sets the original querystring if the URL being resolved contains querystring information, i.e. "PageNum=2" from "/products/bikes?PageNum=2".
Property Value
- string
The original querystring.
QueryStringFromPath
Gets the resulting querystring found in the Url index from the lookup of the path
Property Value
- string
The querystring from path.
RemainingPath
Gets or sets the remaining path if the entire path was not resolved on the index. I.e. "/bikes/mountainbike" from "/home/products/bikes/products" where "/home/products/" was resolved to aa UrlNode.
Property Value
- string
The remaining path.