C# Class Ramone.MediaTypes.Html.Form

Inheritance: IKeyValueForm
Afficher le fichier Open project: JornWildt/Ramone

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
AssignSubmitButton ( string button = null ) : void
GetCharset ( ) : string
GetSubmitData ( string button = null ) : Hashtable
ParseInputs ( HtmlNode formNode ) : void

Method Details

AssignSubmitButton() protected méthode

protected AssignSubmitButton ( string button = null ) : void
button string
Résultat void

Bind() public méthode

public Bind ( string button = null ) : Request
button string
Résultat Request

Form() public méthode

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).
Résultat System

GetCharset() protected méthode

protected GetCharset ( ) : string
Résultat string

GetSubmitData() protected méthode

protected GetSubmitData ( string button = null ) : Hashtable
button string
Résultat System.Collections.Hashtable

ParseInputs() protected méthode

protected ParseInputs ( HtmlNode formNode ) : void
formNode HtmlAgilityPack.HtmlNode
Résultat void

Value() public méthode

public Value ( object value ) : IKeyValueForm
value object
Résultat IKeyValueForm

Value() public méthode

public Value ( string key, object value ) : IKeyValueForm
key string
value object
Résultat IKeyValueForm