assemblyViewerUrl

The assemblyViewerUrl tag provides a url to the viewer page of a given Assembly

This tag contains the following attributes:

assembly
The object.
  • Required: true
  • Type:
  • Default: none
refId
The ID of the node in the to display. If omitted, the URL of the itself is returned.
  • Required: false
  • Type: String
  • Default: The root node of the
scope
The scope of the @var attribute. Valid values are "page" and "request".
  • Required: false
  • Type: String
  • Default: "request"
urlQuery
The query string. This value will NOT be URL-encoded, so it should be encoded already. You can also use nested <@td.urlParam> tags to specify individual URL parameters in a URL-escaped way.
  • Required: false
  • Type: String
  • Default: none
var
The name of the variable used to access the result.
  • Required: false
  • Type: String
  • Default: none

This tag contains the following attributes.

Name Description Required Type Default
assembly The object. true none
refId The ID of the node in the to display. If omitted, the URL of the itself is returned. false String The root node of the
scope The scope of the @var attribute. Valid values are "page" and "request". false String "request"
urlQuery The query string. This value will NOT be URL-encoded, so it should be encoded already. You can also use nested <@td.urlParam> tags to specify individual URL parameters in a URL-escaped way. false String none
var The name of the variable used to access the result. false String none