Click or drag to resize
ResourcesPopulatingEventArgsServicePath Property
Gets or sets the URI for the request that is about to be made by a KaxScheduler.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string ServicePath { 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