Method |
Description |
|
CreateDefaultAction ( IHttpActionContext context, NodeHead targetNode, NodeHead appNode ) : IDefaultHttpAction |
|
|
CreateDownloadAction ( IHttpActionContext context, NodeHead targetNode, NodeHead appNode, string path, string binaryPropertyName ) : IDownloadHttpAction |
|
|
CreateRedirectAction ( IHttpActionContext context, NodeHead targetNode, NodeHead appNode, string targetUrl, bool permanent, bool endResponse ) : IRedirectHttpAction |
|
|
CreateRemapAction ( IHttpActionContext context, NodeHead targetNode, NodeHead appNode, NodeHead httpHandlerNode ) : IRemapHttpAction |
|
|
CreateRemapAction ( IHttpActionContext context, NodeHead targetNode, NodeHead appNode, Type httpHandlerType ) : IRemapHttpAction |
|
|
CreateRewriteAction ( IHttpActionContext context, NodeHead targetNode, NodeHead appNode, string path ) : IRewriteHttpAction |
|
|
CreateRewriteAction ( IHttpActionContext context, NodeHead targetNode, NodeHead appNode, string path, bool rebaseClientPath ) : IRewriteHttpAction |
|
|
CreateRewriteAction ( IHttpActionContext context, NodeHead targetNode, NodeHead appNode, string filePath, string pathInfo, string queryString ) : IRewriteHttpAction |
|
|
CreateRewriteAction ( IHttpActionContext context, NodeHead targetNode, NodeHead appNode, string filePath, string pathInfo, string queryString, bool setClientFilePath ) : IRewriteHttpAction |
|
|