ConstantsShortLinkQueryStringKey Field |
The key used to specify the short link. This is typically auto-mapped by MVC through the link controller,
but we also need to parse it out if there was data keys passed.
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 ShortLinkQueryStringKey = "shortLink"
Public Const ShortLinkQueryStringKey As String = "shortLink"
public:
literal String^ ShortLinkQueryStringKey = "shortLink"
static val mutable ShortLinkQueryStringKey: string
Field Value
Type:
StringSee Also