ResourceNameAttribute Constructors
Class Constructors 1 member
Signifies that a parameter represents a resource name.
Decorate String parameters representing resource names with this attribute, e.g.: public static IResourceBuilder<MyResource> AddCustomResource( this IDistributedApplicationBuilder builder, [ResourceName] string name)
Constructor Section titled Constructor public sealed class ResourceNameAttribute{ public ResourceNameAttribute() { // ... }}