PdfWebControlLiteRenderHeadUrl Method |
Gets a value representing the URL of the HEAD SCRIPT which RAD PDF generates for Client API usage.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public static string RenderHeadUrl()
Public Shared Function RenderHeadUrl As String
Return Value
Type:
String
URL of the SCRIPT which RAD PDF uses for Client API instances.
Remarks
This method is for advanced use, typically by implementations where HTML code injection is undesired (e.g. Angular).
See Also