When using an HTML Helper, what is the best method to set an attribute based on a condition. For example
<%if (Page.User.IsInRole(\"administrator\")) {%&g
Page.User.IsInRole("administrator") ? null : new { disabled = "disabled" }