Share via


HandleErrorInfo.ControllerName Property

Definition

Overloads

ControllerName

Gets or sets the name of the controller that contains the action method that threw the exception.

ControllerName

Gets or sets the name of the controller that contains the action method that threw the exception.

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

Property Value

The name of the controller.

Applies to