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

PostRouteAttribute() public method

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