Gets a value indicating whether path info part of C1 page url has been used.
Namespace: Composite.Core.Routing.PagesAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
public static bool PathInfoUsed { get; } |
| Visual Basic |
|---|
Public Shared ReadOnly Property PathInfoUsed As Boolean Get |
| Visual C++ |
|---|
public: static property bool PathInfoUsed { bool get (); } |