ConstantsQueryStringDataPrefixKey Field |
The key that should be prefixed to any query string value which should not be passed through the URL during routing.
Instead, this key will be passed via the headers.
This is mainly used for keys which are known to be very long.
Namespace: Dundas.BI.WebAssembly: Dundas.BI.Web.Core (in Dundas.BI.Web.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic const string QueryStringDataPrefixKey = "dundas_webapp_data_querystring_key"
Public Const QueryStringDataPrefixKey As String = "dundas_webapp_data_querystring_key"
public:
literal String^ QueryStringDataPrefixKey = "dundas_webapp_data_querystring_key"
static val mutable QueryStringDataPrefixKey: string
Field Value
String
See Also