VersionedApiControllerCustomNameAttribute Constructor
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
VersionedApiControllerCustomNameAttribute() | ||
VersionedApiControllerCustomNameAttribute(String, String, Int32) | Specify a custom versioned API controller name that doesn't use the standard versioned API controller naming convention of: {Area}{ResourceName}[{ResourceVersion}]Controller. Note that all controller names must end with "Controller", even when using this attribute. |
Top