Manos.Mvc.HttpGetAttribute.HttpGetAttribute C# (CSharp) Method

HttpGetAttribute() public method

public HttpGetAttribute ( ) : System
return System
        public HttpGetAttribute()
            : base(null, HttpMethods.GetMethods)
        {
        }

Same methods

HttpGetAttribute::HttpGetAttribute ( string pattern ) : System
HttpGetAttribute