C# 클래스 cloudscribe.Web.Common.Extensions.HttpRequestExtensions

파일 보기 프로젝트 열기: joeaudette/cloudscribe

공개 메소드들

메소드 설명
IsAjaxRequest ( this request ) : bool
IsMobileBrowser ( this request ) : bool
PathAndQuery ( this request ) : string
UserAgent ( this request ) : string

메소드 상세

IsAjaxRequest() 공개 정적인 메소드

public static IsAjaxRequest ( this request ) : bool
request this
리턴 bool

IsMobileBrowser() 공개 정적인 메소드

public static IsMobileBrowser ( this request ) : bool
request this
리턴 bool

PathAndQuery() 공개 정적인 메소드

public static PathAndQuery ( this request ) : string
request this
리턴 string

UserAgent() 공개 정적인 메소드

public static UserAgent ( this request ) : string
request this
리턴 string