ApplicationModelWebSite.ControllerDescriptionAttribute.Apply C# (CSharp) Метод

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

public Apply ( ControllerModel model ) : void
model ControllerModel
Результат void
        public void Apply(ControllerModel model)
        {
            model.Properties["description"] = _value;
        }
    }
ControllerDescriptionAttribute