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

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

public MethodConstraintedRouteAttribute ( string template, HttpMethod method ) : System.Collections.Generic
template string
method HttpMethod
Результат System.Collections.Generic
        public MethodConstraintedRouteAttribute(string template, HttpMethod method)
            : base(template)
        {
            Method = method;
        }
MethodConstraintedRouteAttribute