<%@ Application Language="C#" %>
<script Runat="server">
public override string GetVaryByCustomString(
HttpContext ctx, string custom) {
if( custom == "SupportsBold" )
return "SupportsBold=" + ctx.Request.Browser.SupportsBold;
return string.Empty;
}
</script>