C# Class Rabbit.WebPageExtensions

Datei anzeigen Open project: yysun/Rabbit

Public Methods

Method Description
InvokeMethod ( this page, string name ) : object
ParseForm ( this page ) : void

Private Methods

Method Description
CreateMethodParameters ( WebPage page, ParameterInfo parameters ) : object[]

Method Details

InvokeMethod() public static method

public static InvokeMethod ( this page, string name ) : object
page this
name string
return object

ParseForm() public static method

public static ParseForm ( this page ) : void
page this
return void