2 implementations of PropertyInfo
Microsoft.AspNetCore.Mvc.Core (1)
Controllers\ControllerBoundPropertyDescriptor.cs (1)
18
public PropertyInfo
PropertyInfo
{ get; set; } = default!;
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageBoundPropertyDescriptor.cs (1)
20
PropertyInfo IPropertyInfoParameterDescriptor.
PropertyInfo
=> Property;
1 reference to PropertyInfo
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\ParameterBinder.cs (1)
259
var propertyInfo = propertyInfoParameter.
PropertyInfo
;