Share via


ActionDescriptor.BoundProperties 속성

정의

모델에 바인딩된 속성 집합입니다.

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::Abstractions::ParameterDescriptor ^> ^ BoundProperties { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::Abstractions::ParameterDescriptor ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::Abstractions::ParameterDescriptor ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptor> BoundProperties { get; set; }
member this.BoundProperties : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptor> with get, set
Public Property BoundProperties As IList(Of ParameterDescriptor)

속성 값

적용 대상