C# Class ServiceStack.NetCore.NetCoreQueryStringCollection

Inheritance: INameValueCollection
Exibir arquivo Open project: ServiceStack/ServiceStack

Public Methods

Method Description
Add ( string name, string value ) : void
Clear ( ) : void
CopyTo ( Array array, int index ) : void
Get ( int index ) : string
Get ( string name ) : string
GetEnumerator ( ) : IEnumerator
GetKey ( int index ) : string
GetValues ( string name ) : string[]
HasKeys ( ) : bool
NetCoreQueryStringCollection ( IQueryCollection originalQuery ) : System
Remove ( string name ) : void
Set ( string key, string value ) : void
ToString ( ) : string
this ( int index ) : string
this ( string name ) : string

Method Details

Add() public method

public Add ( string name, string value ) : void
name string
value string
return void

Clear() public method

public Clear ( ) : void
return void

CopyTo() public method

public CopyTo ( Array array, int index ) : void
array System.Array
index int
return void

Get() public method

public Get ( int index ) : string
index int
return string

Get() public method

public Get ( string name ) : string
name string
return string

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

GetKey() public method

public GetKey ( int index ) : string
index int
return string

GetValues() public method

public GetValues ( string name ) : string[]
name string
return string[]

HasKeys() public method

public HasKeys ( ) : bool
return bool

NetCoreQueryStringCollection() public method

public NetCoreQueryStringCollection ( IQueryCollection originalQuery ) : System
originalQuery IQueryCollection
return System

Remove() public method

public Remove ( string name ) : void
name string
return void

Set() public method

public Set ( string key, string value ) : void
key string
value string
return void

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( int index ) : string
index int
return string

this() public method

public this ( string name ) : string
name string
return string