Authorize属性
リスト6-54実行時は解除
解除せずに実行するとログイン画面(~/Account/Login)にリダイレクト
[デバッグなしで開始]
リスト6-54
Imports System.Web.Mvc
'<Authorize> 'リスト6-49
Public Class FilterController
Inherits Controller
・・・中略・・・
Function Exception() As ActionResult
Throw New Exception("致命的なエラーです。")
End Function
End Class