How can I check which partial is currently active(which one is currently in the DOM), so i can apply Css, also how can I set some kind of anchor, so user can copy-paste URL for specific partial?
EDIT:
Lets say I have three links, first link returns _Partial1, second _Partial2… ActionLinks have InsertionMode = InsertionMode.Replace so they replace same element… Active one is the one currently used by the user…
Since you know the partial when you render it, I’d suggest having a div container with appropriate id eg:
You can then style the content inside it thusly:
And link to it like so: