C# 클래스 System.Html.URLSearchParams

파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb 1 사용 예제들

공개 메소드들

메소드 설명
Append ( string name, string value ) : void
Delete ( string name ) : void
Get ( string name ) : string
GetAll ( string name ) : string[]
Has ( string name ) : bool
Set ( string name, string value ) : void
URLSearchParams ( ) : System.Runtime.CompilerServices
URLSearchParams ( URLSearchParams init ) : System.Runtime.CompilerServices
URLSearchParams ( string init ) : System.Runtime.CompilerServices

메소드 상세

Append() 공개 메소드

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

Delete() 공개 메소드

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

Get() 공개 메소드

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

GetAll() 공개 메소드

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

Has() 공개 메소드

public Has ( string name ) : bool
name string
리턴 bool

Set() 공개 메소드

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

URLSearchParams() 공개 메소드

public URLSearchParams ( ) : System.Runtime.CompilerServices
리턴 System.Runtime.CompilerServices

URLSearchParams() 공개 메소드

public URLSearchParams ( URLSearchParams init ) : System.Runtime.CompilerServices
init URLSearchParams
리턴 System.Runtime.CompilerServices

URLSearchParams() 공개 메소드

public URLSearchParams ( string init ) : System.Runtime.CompilerServices
init string
리턴 System.Runtime.CompilerServices