C# 클래스 NServiceMVC.WebStack.HttpRequestInfo

Wraps a HttpRequest and intercepts both Http Verb and Content Type properties to allow for overloading of POST and supplying format information on the URI
파일 보기 프로젝트 열기: gregmac/NServiceMVC 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ContentTypeQueryStringId string
DefaultContentType string
HttpMethodOverrideFormId string
HttpMethodOverrideQueryStringId string

공개 메소드들

메소드 설명
HttpRequestInfo ( System.Web.HttpRequestBase httpRequest ) : System

비공개 메소드들

메소드 설명
GetHttpMethod ( System.Web.HttpRequestBase httpRequest ) : string
GetRequestFormat ( System.Web.HttpRequestBase request ) : ContentType
TryToGetContentTypeFromUri ( System.Web.HttpRequestBase request, string &contentType ) : bool

Gets the content type value from a URL parameter, if posssible. No validity checking is done on the value passed.

메소드 상세

HttpRequestInfo() 공개 메소드

public HttpRequestInfo ( System.Web.HttpRequestBase httpRequest ) : System
httpRequest System.Web.HttpRequestBase
리턴 System

프로퍼티 상세

ContentTypeQueryStringId 공개적으로 정적으로 프로퍼티

public static string ContentTypeQueryStringId
리턴 string

DefaultContentType 공개적으로 정적으로 프로퍼티

public static string DefaultContentType
리턴 string

HttpMethodOverrideFormId 공개적으로 정적으로 프로퍼티

public static string HttpMethodOverrideFormId
리턴 string

HttpMethodOverrideQueryStringId 공개적으로 정적으로 프로퍼티

public static string HttpMethodOverrideQueryStringId
리턴 string