Свойство | Тип | Описание | |
---|---|---|---|
PreferredContentTypes | string[] |
Метод | Описание | |
---|---|---|
GetBaseUrl ( this request ) : string | ||
GetHttpRequest ( this request ) : IHttpRequest | ||
GetLastPathInfo ( this request ) : string | ||
GetOperationName ( this request ) : string | ||
GetOperationNameFromLastPathInfo ( string lastPathInfo ) : string | ||
GetParentBaseUrl ( this request ) : string | ||
GetPathInfo ( this request ) : string | ||
GetQueryStringContentType ( this httpReq ) : string | ||
GetRequestParams ( this request ) : string>.Dictionary |
||
GetResponseContentType ( this httpReq ) : string | ||
GetUrlHostName ( this request ) : string | ||
HasAnyOfContentTypes ( this request ) : bool | ||
IsContentType ( this request, string contentType ) : bool |
Метод | Описание | |
---|---|---|
GetAuthority ( HttpRequest request ) : string | ||
GetLastPathInfoFromRawUrl ( string rawUrl ) : string | ||
GetPathInfo ( string pathInfo, string fullPath ) : string | ||
HttpRequestExtensions ( ) : System | ||
ResolvePathInfoFromMappedPath ( string fullPath, string mappedPathRoot ) : string |
public static GetBaseUrl ( this request ) : string | ||
request | this | |
Результат | string |
public static GetHttpRequest ( this request ) : IHttpRequest | ||
request | this | |
Результат | IHttpRequest |
public static GetLastPathInfo ( this request ) : string | ||
request | this | |
Результат | string |
public static GetOperationName ( this request ) : string | ||
request | this | |
Результат | string |
public static GetOperationNameFromLastPathInfo ( string lastPathInfo ) : string | ||
lastPathInfo | string | |
Результат | string |
public static GetParentBaseUrl ( this request ) : string | ||
request | this | |
Результат | string |
public static GetPathInfo ( this request ) : string | ||
request | this | |
Результат | string |
public static GetQueryStringContentType ( this httpReq ) : string | ||
httpReq | this | |
Результат | string |
public static GetRequestParams ( this request ) : string>.Dictionary |
||
request | this | |
Результат | string>.Dictionary |
public static GetResponseContentType ( this httpReq ) : string | ||
httpReq | this | |
Результат | string |
public static GetUrlHostName ( this request ) : string | ||
request | this | |
Результат | string |
public static HasAnyOfContentTypes ( this request ) : bool | ||
request | this | |
Результат | bool |
public static IsContentType ( this request, string contentType ) : bool | ||
request | this | |
contentType | string | |
Результат | bool |