| UrlHelperCreateUrlNodeExact Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Frontend.UrlHandling
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax [ObsoleteAttribute("Use CreateNodeExact instead.")]
public static UrlNode CreateUrlNodeExact(
string exactUrl,
string fullQuerystring,
UrlNode parent
)
<ObsoleteAttribute("Use CreateNodeExact instead.")>
Public Shared Function CreateUrlNodeExact (
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