Click or drag to resize
URLRewriterTransferPageNotFoundInternal Method
Transfer page not found request

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 9.0.0
Syntax
C#
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