ControllerContext.DisplayName 属性

定义

获取控制器的显示名称。 set 取值函数仅供内部使用。

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

属性值

String

控制器的显示名称。

适用于