Gets a value indicating whether the URL was rewritten as a result of the TryHandleUrl method.

Namespace:  EPiServer.Web
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
public bool UrlRewritten { get; }

Field Value

Will always return false, since non-existing URL:s should not be rewritten.

Implements

IHandleUrlForRewrite..::.UrlRewritten

See Also