4 references to BindPropertiesAttribute
Microsoft.AspNetCore.Mvc.Core (2)
ApplicationModels\DefaultApplicationModelProvider.cs (2)
227
var
bindPropertiesAttribute = declaringType.GetCustomAttribute<
BindPropertiesAttribute
>(inherit: true);
Microsoft.AspNetCore.Mvc.RazorPages (2)
ApplicationModels\DefaultPageApplicationModelPartsProvider.cs (2)
120
var
bindPropertiesAttribute = declaringType.GetCustomAttribute<
BindPropertiesAttribute
>(inherit: true);