You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.Token("QueryString:*",T("QueryString:<element>"),T("The Query String value for the specified element. If you want to chain text, surround the <element> with brackets [e.g. QueryString:(param1)]."))
27
-
.Token("Form:*",T("Form:<element>"),T("The Form value for the specified element. If you want to chain text, surround the <element> with brackets [e.g. Form:(param1)]."))
26
+
.Token("QueryString:*",T("QueryString:<element>"),T("The Query String value for the specified element. To chain text, surround the <element> with parentheses, e.g. 'QueryString:(param1)'."))
27
+
.Token("Form:*",T("Form:<element>"),T("The Form value for the specified element. To chain text, surround the <element> with parentheses, e.g. 'Form:(param1)'."))
28
28
.Token("Route:*",T("Route:<key>"),T("The Route value for the specified key."))
0 commit comments