EventsController.Index Method

This method is used to get the events for the specified game.
public ActionResult Index( 
string sort = "&sort=-begin_at", 
string filter = "running", 
string search = "", 
string page = "&page=1", 
string game = "csgo" 
)
This language is not supported or no code example is available.

Parameters

sort
string

The sorting parameter for the events.

filter
string

The filter parameter for the events.

search
string

The search parameter for the events.

page
string

The page parameter for the events.

game
string

The game parameter for the events.

Return Value

ActionResult

Returns the view of the events.

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition