C# Class ApplicationModelWebSite.ControllerDescriptionAttribute

Inheritance: Attribute, IControllerModelConvention
Show file Open project: lodejard/AllNetCore

Public Methods

Method Description
Apply ( ControllerModel model ) : void
ControllerDescriptionAttribute ( object value ) : System

Method Details

Apply() public method

public Apply ( ControllerModel model ) : void
model ControllerModel
return void

ControllerDescriptionAttribute() public method

public ControllerDescriptionAttribute ( object value ) : System
value object
return System