RoutePrefixAttribute Class
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.
Annotates a controller with a route prefix that applies to all actions within the controller.
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
public class RoutePrefixAttribute : Attribute, System.Web.Mvc.Routing.IRoutePrefix
type RoutePrefixAttribute = class
inherit Attribute
interface IRoutePrefix
Public Class RoutePrefixAttribute
Inherits Attribute
Implements IRoutePrefix
- Inheritance
-
RoutePrefixAttribute
- Attributes
- Implements
Route |
Initializes a new instance of the RoutePrefixAttribute class. |
Route |
Initializes a new instance of the RoutePrefixAttribute class with the specified prefix. |
Prefix |
Gets the route prefix. |
Product | Versions |
---|---|
ASP.NET MVC | 5.2 |