WebViewerControlResourcePath Property |
The path to the javascript and image resources needed by this control. It is set with the web.config
property AtalasoftWebControls_ResourcePath.
Namespace:
Atalasoft.Imaging.WebControls
Assembly:
Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public string ResourcePath { get; }
Public ReadOnly Property ResourcePath As String
Get
Property Value
Type:
StringRemarks This is used to speed up the load time of the control. If the resources are not in the specified
directory, they will not show up. If this is not set, then the resources are loaded directly from the assembly,
which will cause a slight delay each time the control is posted back.
Caution |
---|
WebViewerControl control is not available for .NET Core. |
See Also