miniprofilerのss-includes.jsにIEで動作しないコードがあります。だから私はSSRazorページでこのようなことをすることができるかどうか疑問に思っています:
@if(!UserAgent.IsIE) { //or however we can detect the browser agent
ServiceStack.MiniProfiler.Profiler.RenderIncludes().AsRaw();
}
編集:
<!--[if !IE]>
@ServiceStack.MiniProfiler.Profiler.RenderIncludes().AsRaw()
<![endif]-->
これでパッチは今のところ実行されますが、サーバー側で処理すると便利です。