C# 클래스 Rabbit.WebPageExtensions

파일 보기 프로젝트 열기: yysun/Rabbit

공개 메소드들

메소드 설명
InvokeMethod ( this page, string name ) : object
ParseForm ( this page ) : void

비공개 메소드들

메소드 설명
CreateMethodParameters ( WebPage page, ParameterInfo parameters ) : object[]

메소드 상세

InvokeMethod() 공개 정적인 메소드

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

ParseForm() 공개 정적인 메소드

public static ParseForm ( this page ) : void
page this
리턴 void