ApplicationModelWebSite.ControllerDescriptionAttribute.Apply C# (CSharp) Method

Apply() public method

public Apply ( ControllerModel model ) : void
model ControllerModel
return void
        public void Apply(ControllerModel model)
        {
            model.Properties["description"] = _value;
        }
    }
ControllerDescriptionAttribute