C# Class System.Web.Mvc.Routing.AttributeRoutingMapperTest.AnotherController

Inheritance: Controller
显示文件 Open project: drivenet/aspnetwebstack

Public Methods

Method Description
AnotherAction ( ) : void
RegularAction ( ) : void

Method Details

AnotherAction() public method

public AnotherAction ( ) : void
return void

RegularAction() public method

public RegularAction ( ) : void
return void