C# Class Rabbit.WebPageExtensions

Afficher le fichier Open project: yysun/Rabbit

Méthodes publiques

Méthode Description
InvokeMethod ( this page, string name ) : object
ParseForm ( this page ) : void

Private Methods

Méthode Description
CreateMethodParameters ( WebPage page, ParameterInfo parameters ) : object[]

Method Details

InvokeMethod() public static méthode

public static InvokeMethod ( this page, string name ) : object
page this
name string
Résultat object

ParseForm() public static méthode

public static ParseForm ( this page ) : void
page this
Résultat void