C# 클래스 Ramone.MediaTypes.Html.Form

상속: IKeyValueForm
파일 보기 프로젝트 열기: JornWildt/Ramone

공개 메소드들

메소드 설명
Bind ( string button = null ) : Request
Form ( HtmlNode formNode, ISession session, Uri baseUrl, string charset ) : System

Value ( object value ) : IKeyValueForm
Value ( string key, object value ) : IKeyValueForm

보호된 메소드들

메소드 설명
AssignSubmitButton ( string button = null ) : void
GetCharset ( ) : string
GetSubmitData ( string button = null ) : Hashtable
ParseInputs ( HtmlNode formNode ) : void

메소드 상세

AssignSubmitButton() 보호된 메소드

protected AssignSubmitButton ( string button = null ) : void
button string
리턴 void

Bind() 공개 메소드

public Bind ( string button = null ) : Request
button string
리턴 Request

Form() 공개 메소드

public Form ( HtmlNode formNode, ISession session, Uri baseUrl, string charset ) : System
formNode HtmlAgilityPack.HtmlNode
session ISession
baseUrl System.Uri
charset string The character set used in the previoius response (from which the form originates).
리턴 System

GetCharset() 보호된 메소드

protected GetCharset ( ) : string
리턴 string

GetSubmitData() 보호된 메소드

protected GetSubmitData ( string button = null ) : Hashtable
button string
리턴 System.Collections.Hashtable

ParseInputs() 보호된 메소드

protected ParseInputs ( HtmlNode formNode ) : void
formNode HtmlAgilityPack.HtmlNode
리턴 void

Value() 공개 메소드

public Value ( object value ) : IKeyValueForm
value object
리턴 IKeyValueForm

Value() 공개 메소드

public Value ( string key, object value ) : IKeyValueForm
key string
value object
리턴 IKeyValueForm