Search code examples
How to get a custom attribute on enum by passing in the enum value and attribute type?...


c#enumscustom-attributes

Read More
Getting all methods with custom attribute in c# never finds a method...


c#linqunity-game-enginereflectioncustom-attributes

Read More
Why does the `System.Nullable<T>` type has the `StructLayout(LayoutKind.Sequential)` attribute...


c#clrnullablecustom-attributes

Read More
'constructor' is not a recognized attribute location...


c#custom-attributes

Read More
jquery: get value of custom attribute...


jquerycustom-attributesattr

Read More
Custom Attribute to filter properties with null value...


c#custom-attributes

Read More
Is usage of Custom Attributes in C# is memory/performance bottleneck?...


c#performancecustom-attributes

Read More
Attributes and custom attributes - how does authorize work?...


c#attributescustom-attributes

Read More
Accessing Class and Property name inside an Attribute...


c#reflectioncustom-attributes

Read More
How can I configure ReSharper to accept [Required] (from PostSharp) as equivalent to [NotNull] (or v...


c#resharpercustom-attributespostsharp

Read More
Client-Side unobtrusive validation not working as expected...


asp.net-mvcclient-sideunobtrusive-validationcustom-attributes

Read More
Curious ambiguity in attribute specification (two using directives)...


c#compiler-errorscustom-attributes.net-attributes

Read More
Create a custom attribute that would hint to Resharper that property is used implicitly...


c#resharpercustom-attributesrider

Read More
Custom Attribute settings in .net Core...


c#.net.net-corecustom-attributes

Read More
What is the "Name=value" in [MyAttribute(Name=value)]...


c#attributescustom-attributes

Read More
Inject httpcontext into custom attribute outside controller in .net core...


asp.net-core.net-corecustom-attributeshttpcontextfilterattribute

Read More
How do C# derived Attributes work internally?When are the methods inside it called to act upon the c...


c#.netattributescustom-attributes

Read More
What AttributeTarget should I use for enum members?...


c#.netenumscustom-attributes

Read More
Should this really return an empty String()?...


vb.netinheritanceattributescustom-attributes

Read More
.NET custom property attribute?...


.netvb.netattributescustom-attributes

Read More
Can an attribute require inheritance or implementation of a class or interface?...


c#.netreflectioncustom-attributessystem.reflection

Read More
Force the usage of an attribute on properties, if they already have another attribute...


c#custom-attributes

Read More
MVC RequireHttps Attribute is worthless?...


asp.net-mvcsecurityrazorhttpscustom-attributes

Read More
ASP.NET MVC 4 Custom Authorize Attribute with Permission Codes (without roles)...


asp.net-mvc-4authorizationcustom-attributes

Read More
Magento - Show Custom Attributes in Grouped Product table...


phpmagentocustom-attributes

Read More
How can I develop a custom AuthorizeAttribute that accepts a login OR a token?...


c#asp.net-mvc-5authorizationcustom-attributes

Read More
Controller Attribute Check like using [FromBody] twice...


c#asp.net-mvccustom-attributes

Read More
Is there a TypeScript equivalent to C#'s attributes...


c#typescriptcustom-attributes

Read More
How to use attributes based on condition. (disable by a flag)...


c#asp.net-web-api2custom-attributes

Read More
MetadataType and Attribute.IsDefined...


c#reflectioncustom-attributesmetadatatype

Read More
BackNext