Click or drag to resize
URLRewriterRewritePathWithoutClearCachedUrlValuesInternal Method
Rewrites the URL by using the given path, path information and query string information, without clearing the cached values related to URL of the request

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void RewritePathWithoutClearCachedUrlValuesInternal(
	string filePath,
	string pathInfo,
	string queryString
)

Parameters

filePath
Type: SystemString
The internal rewrite path.
pathInfo
Type: SystemString
Additional path information for a resource.
queryString
Type: SystemString
The request query string.
See Also