C# Class Composite.Core.UrlBuilder

Show file Open project: Orckestra/C1-CMS Class Usage Examples

Private Properties

Property Type Description
ExtractPathInfo void

Public Methods

Method Description
AddQueryParameters ( NameValueCollection parameters ) : void
GetQueryParameters ( ) : NameValueCollection
ToString ( ) : string
UrlBuilder ( string url ) : System
this ( string key ) : string

Private Methods

Method Description
ExtractPathInfo ( string originalUrl, string relativePath, string &filePath, string &pathInfo ) : void

Method Details

AddQueryParameters() public method

public AddQueryParameters ( NameValueCollection parameters ) : void
parameters System.Collections.Specialized.NameValueCollection
return void

GetQueryParameters() public method

public GetQueryParameters ( ) : NameValueCollection
return System.Collections.Specialized.NameValueCollection

ToString() public method

public ToString ( ) : string
return string

UrlBuilder() public method

public UrlBuilder ( string url ) : System
url string
return System

this() public method

public this ( string key ) : string
key string
return string