Share via


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)

プロパティ値

適用対象