PdfWebControlLiteBasePath Property |
Gets or sets a value representing the base path added to RAD PDF Http Handler requests made by this
PdfWebControlLite.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public string BasePath { get; set; }
Public Property BasePath As String
Get
Set
Property Value
Type:
String
The URL path (relative or full) prepended to RAD PDF Http Handler requests. The default is
string.Empty.
Remarks
This can be used to route RAD PDF requests to a specific sub directory or even another server.
For example, if set to "/sub/", the IFRAME request to RadPdf.axd?... will instead be requested from /sub/RadPdf.axd?....
See Also