Override this method to serve GET requests made by the client.
This method is called with an empty path value when the UI is initialized.
Namespace: Spotfire.Dxp.Application.Extension
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
protected virtual HttpContent GetResourceCore( string path, NameValueCollection query, T snapshotNode )
Parameters
- path
- Type: SystemString
The path of the resource to get. - query
- Type: System.Collections.SpecializedNameValueCollection
The parameters of the GET request query string. - snapshotNode
- Type: T
The snapshot node.
Return Value
Type: HttpContentThe resource.
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also