Namespace Dynamicweb.Frontend.UrlHandling
Classes
- Url
Index Path Lookup Result Class UrlIndexPathLookupResult contains the result of resolving a URL to a URL node.
- Url
Node Class UrlNode represents a node in the url trees and indexes.
- Url
Page Tree Helper Class UrlPageTreeHelper creates a URLnode structure for pages using the Url
Tree . Handled by Dynamicweb startup sequence and should not be used for customisations of URLs.Builder
- Url
Query String Provider A provider that can convert a querystring to a path and back again without using preloaded data in the URL index. It is the responsibility of the provider to implement a pattern that ensures uniqueness of the URL.
- Url
Resolve Result This contains ResolvedQuerystring and RemainingPartOfPath.
- Url
Tree Builder UrlTreeBuilder is a helper class for bulding url tree structures. Url nodes can be created with ID and ParentID structure using the Add(string,
string, methods and when the object has been filled with data, call the Makestring, string, string, string, bool, bool) Tree() . After that call a tree of UrlNode is available from the RootNodes property.