ResourcesPopulatingEventArgsServicePath Property |
Gets or sets the URI for the request that is about to be made by a KaxScheduler.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string ServicePath { get; set; }
Public Property ServicePath As String
Get
Set
public:
property String^ ServicePath {
String^ get ();
void set (String^ value);
}
member ServicePath : string with get, set
Property Value
Type:
String
The URI for the request that is about to be made by a KaxScheduler.
Remarks
This property contains the absolute URI for the request, as resolved
by KaxScheduler. You might need to modify this URI to accommodate for
URL rewriters and other scenarios.
See Also