HandleErrorInfo.ControllerName プロパティ

定義

例外をスローしたアクション メソッドが含まれるコントローラーの名前を取得または設定します。

public string ControllerName { get; }
member this.ControllerName : string
Public ReadOnly Property ControllerName As String

プロパティ値

コントローラーの名前。

適用対象