ClassLibrary.Annotations.RazorInjectionAttribute.RazorInjectionAttribute C# (CSharp) Method

RazorInjectionAttribute() public method

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