C# 클래스 ServiceStack.NetCore.NetCoreQueryStringCollection

상속: INameValueCollection
파일 보기 프로젝트 열기: ServiceStack/ServiceStack

공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

public Add ( string name, string value ) : void
name string
value string
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CopyTo() 공개 메소드

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

Get() 공개 메소드

public Get ( int index ) : string
index int
리턴 string

Get() 공개 메소드

public Get ( string name ) : string
name string
리턴 string

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

GetKey() 공개 메소드

public GetKey ( int index ) : string
index int
리턴 string

GetValues() 공개 메소드

public GetValues ( string name ) : string[]
name string
리턴 string[]

HasKeys() 공개 메소드

public HasKeys ( ) : bool
리턴 bool

NetCoreQueryStringCollection() 공개 메소드

public NetCoreQueryStringCollection ( IQueryCollection originalQuery ) : System
originalQuery IQueryCollection
리턴 System

Remove() 공개 메소드

public Remove ( string name ) : void
name string
리턴 void

Set() 공개 메소드

public Set ( string key, string value ) : void
key string
value string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( int index ) : string
index int
리턴 string

this() 공개 메소드

public this ( string name ) : string
name string
리턴 string