Parses the URL.
Namespace: Composite.Core.RoutingAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public static PageUrlData ParseUrl( string absoluteUrl, out UrlKind urlKind ) |
Visual Basic |
---|
Public Shared Function ParseUrl ( _ absoluteUrl As String, _ <OutAttribute> ByRef urlKind As UrlKind _ ) As PageUrlData |
Visual C++ |
---|
public: static PageUrlData^ ParseUrl( String^ absoluteUrl, [OutAttribute] UrlKind% urlKind ) |
Parameters
- absoluteUrl
- Type: System..::..String
The absolute URL.
- urlKind
- Type: Composite.Core.Routing..::..UrlKind%
Kind of the URL.
Return Value
[Missing <returns> documentation for "M:Composite.Core.Routing.PageUrls.ParseUrl(System.String,Composite.Core.Routing.UrlKind@)"]