C# Class AspNet.Mvc.TypedRouting.Test.LinkGeneration.CustomControllerConventionAttribute

Inheritance: System.Attribute, IControllerModelConvention
Show file Open project: ivaylokenov/AspNet.Mvc.TypedRouting

Public Methods

Method Description
Apply ( Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel controller ) : void

Method Details

Apply() public method

public Apply ( Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel controller ) : void
controller Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel
return void