共用方式為


ControllerModel.ControllerProperties 屬性

定義

這個控制器的屬性。

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApplicationModels::PropertyModel ^> ^ ControllerProperties { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApplicationModels::PropertyModel ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApplicationModels.PropertyModel> ControllerProperties { get; }
member this.ControllerProperties : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApplicationModels.PropertyModel>
Public ReadOnly Property ControllerProperties As IList(Of PropertyModel)

屬性值

適用於