Share via


RoutePrefixAttribute Class

Definition

Annotates a controller with a route prefix that applies to all actions within the controller.

C#
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
public class RoutePrefixAttribute : Attribute, System.Web.Mvc.Routing.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

Product Versions
ASP.NET MVC 5.2