Artemis.Annotations.AspMvcActionAttribute.AspMvcActionAttribute C# (CSharp) Метод

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

public AspMvcActionAttribute ( string anonymousProperty ) : System
anonymousProperty string
Результат System
        public AspMvcActionAttribute(string anonymousProperty)
        {
            AnonymousProperty = anonymousProperty;
        }

Same methods

AspMvcActionAttribute::AspMvcActionAttribute ( ) : System
AspMvcActionAttribute