This method has to be called to notify the system that PathInfo was used, and the request will not be redirected to "Page not found" page

Namespace: Composite.Core.Routing.Pages
Assembly: Composite (in Composite.dll) Version: 3.2.4497.34829

Syntax

C#
public static bool PathInfoHasBeenUsed()
Visual Basic
Public Shared Function PathInfoHasBeenUsed As Boolean
Visual C++
public:
static bool PathInfoHasBeenUsed()

Return Value

The PathInfo url part.

See Also