Do you know when anchor should "run at server"?

Last updated by SSW.Rules.SharePointExtractor almost 4 years ago.See history

<a> tag should runat=“server" *ONLY* if you need to change the target at runtime.

If you include runat=“server" for an HTML element that you do not need access to in code behind, you are introducing a whole lot of overhead you do not need.

We have a program called SSW Code Auditor to check for this rule.

Adam Cogan
We open source.Loving SSW Rules? Star us on GitHub. Star
Stand by... we're migrating this site to TinaCMS