| UrlHelperCreateNodeExact Method |
Namespace:
Dynamicweb.Frontend.UrlHandling
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public static UrlNode CreateNodeExact(
string exactUrl,
string fullQueryString,
UrlNode parent
)
Public Shared Function CreateNodeExact (
exactUrl As String,
fullQueryString As String,
parent As UrlNode
) As UrlNode
Parameters
- exactUrl
- Type: SystemString
- fullQueryString
- Type: SystemString
- parent
- Type: Dynamicweb.Frontend.UrlHandlingUrlNode
Return Value
Type:
UrlNodeSee Also