Closed melikpehlivanov closed 3 years ago
Closes #366
i.e
MyController<TestController> .ShouldHave() .Attributes(attributes => attributes.IncludingInherited() .ContainingAttributeOfType<ValidateAntiForgeryTokenAttribute>() ... MyController<TestController> .Calling(a => a.Index()) .ShouldHave() .ActionAttributes(attributes => attributes.IncludingInherited() .ContainingAttributeOfType<ValidateAntiForgeryTokenAttribute>() ... MyViewComponent<InheritViewComponent> .ShouldHave() .Attributes(attributes => attributes.IncludingInherited() .ContainingAttributeOfType<ValidateAntiForgeryTokenAttribute>() ...
All committers have signed the CLA.
Closes #366
i.e