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.Web
Assembly:
Dundas.BI.Web.Core (in Dundas.BI.Web.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public 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
Type:
StringSee Also