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)

属性值

适用于