How do I use VaryByParam with multiple parameters?

Valid values for VaryByParam are one of the following: The literal string * (asterisk), which varies by all parameters of the action method. The literal string none (case-insensitive), which varies by no parameters of the action method. A string containing the semicolon-separated names of the parameters you wish to vary by. In your case, you’d … Read more