Nucleus .Net Core CMS

ExtensionAttribute Class

Namespace: Nucleus.Abstractions
Assembly: Nucleus.Abstractions.dll
Attribute used to specify the extension name for a Nucleus extension.

Remarks

Add the ExtensionAttribute to your Nucleus extension controller classes. This class is used to add an additional route key for asp.net/MVC routing. The name that you supply in the constructor name parameter is used when building routes to your extension controller actions.

Constructor

Nucleus.Abstractions.ExtensionAttribute Constructor

Nucleus.Abstractions.ExtensionAttribute (String name)
Constructor
Parameters
Name Type
name String