Click or drag to resize

PdfWebControlRenderHeadUrl 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.44.0.0 (3.44.0.0)
Syntax
public static string RenderHeadUrl()

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).

This method does not conisder any value assigned to BasePath.

See Also