Artemis.Annotations.RazorInjectionAttribute.RazorInjectionAttribute C# (CSharp) 메소드

RazorInjectionAttribute() 공개 메소드

public RazorInjectionAttribute ( string type, string fieldName ) : System
type string
fieldName string
리턴 System
        public RazorInjectionAttribute(string type, string fieldName)
        {
            Type = type;
            FieldName = fieldName;
        }
RazorInjectionAttribute