Affecto.WebApi.Toolkit.CustomRoutes.GetRouteAttribute.GetRouteAttribute C# (CSharp) Метод

GetRouteAttribute() публичный Метод

public GetRouteAttribute ( string template ) : System.Net.Http
template string
Результат System.Net.Http
        public GetRouteAttribute(string template)
            : base(template, HttpMethod.Get)
        {
        }
    }
GetRouteAttribute