RoutePrefixAttribute Class

Definition

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.

Applies to