C# Class LtiLibrary.AspNet.Tests.ControllerSetup

Exibir arquivo Open project: easygenerator/LtiLibrary Class Usage Examples

Public Methods

Method Description
RegisterContext ( ApiController controller, string controllerName ) : void

Registers the context.

Method Details

RegisterContext() public static method

Registers the context.
public static RegisterContext ( ApiController controller, string controllerName ) : void
controller ApiController The controller.
controllerName string Name of the controller.
return void