Affecto.WebApi.Toolkit.CustomRoutes.GetRouteAttribute.GetRouteAttribute C# (CSharp) Method

GetRouteAttribute() public method

public GetRouteAttribute ( string template ) : System.Net.Http
template string
return System.Net.Http
        public GetRouteAttribute(string template)
            : base(template, HttpMethod.Get)
        {
        }
    }
GetRouteAttribute