C# Class Naos.Foundation.Application.RoutePrefixConvention

Inheritance: IControllerModelConvention
Datei anzeigen Open project: vip32/Naos

Public Methods

Method Description
Apply ( ControllerModel controller ) : void
RoutePrefixConvention ( string routePrefix ) : Microsoft.AspNetCore.Mvc

Method Details

Apply() public method

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

RoutePrefixConvention() public method

public RoutePrefixConvention ( string routePrefix ) : Microsoft.AspNetCore.Mvc
routePrefix string
return Microsoft.AspNetCore.Mvc