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 (25.3.0.1000)
Syntaxpublic const string ShortLinkQueryStringKey = "shortLink"
Public Const ShortLinkQueryStringKey As String = "shortLink"
public:
literal String^ ShortLinkQueryStringKey = "shortLink"
static val mutable ShortLinkQueryStringKey: string
Field Value
Type: 
String
See Also