Parses the URL.
Namespace: Composite.Core.RoutingAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public static PageUrlData ParseUrl( string relativeUrl, UrlSpace urlSpace, out UrlKind urlKind ) |
Visual Basic |
---|
Public Shared Function ParseUrl ( _ relativeUrl As String, _ urlSpace As UrlSpace, _ <OutAttribute> ByRef urlKind As UrlKind _ ) As PageUrlData |
Visual C++ |
---|
public: static PageUrlData^ ParseUrl( String^ relativeUrl, UrlSpace^ urlSpace, [OutAttribute] UrlKind% urlKind ) |
Parameters
- relativeUrl
- Type: System..::..String
The relative URL.
- urlSpace
- Type: Composite.Core.Routing..::..UrlSpace
The URL space.
- 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.UrlSpace,Composite.Core.Routing.UrlKind@)"]