RoutePrefixAttribute Class
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.
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
Constructors
RoutePrefixAttribute() |
Initializes a new instance of the RoutePrefixAttribute class. |
RoutePrefixAttribute(String) |
Initializes a new instance of the RoutePrefixAttribute class with the specified prefix. |
Properties
Prefix |
Gets the route prefix. |