다음을 통해 공유


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)

속성 값

적용 대상