AreaAttribute(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new AreaAttribute instance.
public:
AreaAttribute(System::String ^ areaName);
public AreaAttribute (string areaName);
new Microsoft.AspNetCore.Mvc.AreaAttribute : string -> Microsoft.AspNetCore.Mvc.AreaAttribute
Public Sub New (areaName As String)
Parameters
- areaName
- String
The area containing the controller or action.