4 references to GetProperties
Microsoft.AspNetCore.Mvc.Core.Test (4)
RequestFormLimitsAttributeTest.cs (4)
15
var formOptionsProperties =
GetProperties
(typeof(FormOptions));
16
var formLimitsAttributeProperties =
GetProperties
(typeof(RequestFormLimitsAttribute));
32
var formOptionsProperties =
GetProperties
(typeof(FormOptions));
33
var formLimitsAttributeProperties =
GetProperties
(typeof(RequestFormLimitsAttribute));