コード例 #1
0
ファイル: ShellController.cs プロジェクト: alex-kukhtin/A2v10
 void ShellCustomLayoutStyles()
 {
     Response.ContentType = "text/css";
     _baseController.GetLayoutAppStyles(Response.Output);
 }