Share via


ControllerContext.Name Property

Definition

Gets the fully qualified name of the controller. The set accessor is for internal use only.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Property Value

The fully qualified name of the controller.

Applies to