C# 클래스 System.Web.RequestHelper

HttpRequest的拓展方法
FileName: RequestHelper.cs CLRVersion: 4.0.30319.18444 Author: Devin DateTime: 2016/3/12 11:00:25 GitHub: https://github.com/v5bep7/Utility
파일 보기 프로젝트 열기: v5bep7/Utility

공개 메소드들

메소드 설명
GetInt ( this request, string key, int def ) : int

获取请求参数中的Int类型值

IsPostBack ( this request ) : bool

判断当前请求是否是POST请求

메소드 상세

GetInt() 공개 정적인 메소드

获取请求参数中的Int类型值
public static GetInt ( this request, string key, int def ) : int
request this
key string
def int
리턴 int

IsPostBack() 공개 정적인 메소드

判断当前请求是否是POST请求
public static IsPostBack ( this request ) : bool
request this
리턴 bool