프로퍼티 | 타입 | 설명 | |
---|---|---|---|
FindMatchAndReplace | bool | ||
GetHostNameAndPath | string | ||
GetPath | string | ||
GetPathWithoutAppPath | string | ||
OnBeginRequest | void | ||
SaveOriginalPath | void |
메소드 | 설명 | |
---|---|---|
Dispose ( ) : void |
Disposes of the resources (other than memory) used by the module that implements
|
|
Init ( System.Web.HttpApplication context ) : void |
Initializes a module and prepares it to handle requests.
|
메소드 | 설명 | |
---|---|---|
GetSourcePath ( ) : string |
Gets the source path.
|
메소드 | 설명 | |
---|---|---|
FindMatchAndReplace ( String currentPath, String &newPath ) : bool | ||
GetHostNameAndPath ( ) : string | ||
GetPath ( ) : string | ||
GetPathWithoutAppPath ( ) : string | ||
OnBeginRequest ( object sender, |
Called when [begin request].
|
|
SaveOriginalPath ( |
public Init ( System.Web.HttpApplication context ) : void | ||
context | System.Web.HttpApplication | An |
리턴 | void |