Table of Contents

Interface IRoutePrefix

Namespace
System.Web.Mvc.Routing
Assembly
System.Web.Mvc.dll

Defines a route prefix.

public interface IRoutePrefix

Properties

Prefix

Gets the route prefix.

string Prefix { get; }

Property Value

string

The route prefix.