views:

389

answers:

2

I've been trying this a couple of different ways, but it's not working for some reason. Is it even possible?

+3  A: 

Yes. Separate them in your declaration by semicolons.

A: 

If you are overriding GetVaryByCustomString() in the Global.asax.cs file, you can pass in a semicolon delimited list of values which you then need to parse.

There is one built-in value (Browser) which will be used if the attribute specified does not exist.

Timothy Lee Russell