System.Web.Mvc.RouteAttribute.RouteAttribute C# (CSharp) Method

RouteAttribute() public method

Initializes a new instance of the RouteAttribute class.
public RouteAttribute ( ) : System.Collections.Generic
return System.Collections.Generic
        public RouteAttribute() : this(String.Empty)
        {
        }

Same methods

RouteAttribute::RouteAttribute ( string template ) : System.Collections.Generic