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: 5.3.6135.33083

Syntax

C#
public static void RegisterPathInfoUsage()
Visual Basic
Public Shared Sub RegisterPathInfoUsage
Visual C++
public:
static void RegisterPathInfoUsage()

See Also