C# 클래스 Orchard.Utility.Extensions.HttpRequestExtensions

파일 보기 프로젝트 열기: ucdavis/Orchard

공개 메소드들

메소드 설명
ToApplicationRootUrlString ( this request ) : string

Returns the application root part of a request.

Prevents port number issues by using the client requested host

ToRootUrlString ( this request ) : string

Returns the root part of a request.

Prevents port number issues by using the client requested host

ToUrlString ( this request ) : string

Returns the client requested url.

Prevents port number issues by using the client requested host

메소드 상세

ToApplicationRootUrlString() 공개 정적인 메소드

Returns the application root part of a request.
Prevents port number issues by using the client requested host
public static ToApplicationRootUrlString ( this request ) : string
request this
리턴 string

ToRootUrlString() 공개 정적인 메소드

Returns the root part of a request.
Prevents port number issues by using the client requested host
public static ToRootUrlString ( this request ) : string
request this
리턴 string

ToUrlString() 공개 정적인 메소드

Returns the client requested url.
Prevents port number issues by using the client requested host
public static ToUrlString ( this request ) : string
request this
리턴 string