C# Class RavenFS.Studio.Infrastructure.UrlParser

Mostrar archivo Open project: hibernating-rhinos/RavenFS

Private Properties

Property Type Description

Public Methods

Method Description
BuildUrl ( ) : string
GetQueryParam ( string name ) : string
RemoveQueryParam ( string name ) : bool
SetQueryParam ( string name, object value ) : void
UrlParser ( string url ) : System

Method Details

BuildUrl() public method

public BuildUrl ( ) : string
return string

GetQueryParam() public method

public GetQueryParam ( string name ) : string
name string
return string

RemoveQueryParam() public method

public RemoveQueryParam ( string name ) : bool
name string
return bool

SetQueryParam() public method

public SetQueryParam ( string name, object value ) : void
name string
value object
return void

UrlParser() public method

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