URLRewriterTransferPageNotFoundInternal Method |
Transfer page not found request
Namespace: CMS.URLRewritingEngineAssembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 12.0.0
Syntax protected virtual void TransferPageNotFoundInternal(
string path,
bool useRewrite,
bool statusCodeValid
)
Parameters
- path
- Type: SystemString
Page not found page path - useRewrite
- Type: SystemBoolean
Indicates whether path should be rewritten for standard requests - statusCodeValid
- Type: SystemBoolean
Indicates whether status code is valid for request transfer (false use classic handler mapping)
See Also