StatsController Class

The StatsController class is used to handle requests related to statistics.
public class StatsController : Controller
This language is not supported or no code example is available.
Name Description
Public constructor StatsController(UserManager<UserBase>, FPTVContext) Constructor for StatsController class.
Top
Methods
 
Name Description
Public method PlayerandStatsCs(int)
Public method addPlayerToFav(int, string) Adds or removes a player from the user's favorite list.
Public method addTeamToFav(int, string) Adds or removes a team from the user's favorite teams list.
Public method getCSGOMatchesAsync(string)
Public method getPlayer(int, string, string, string)
Public method getTeam(int, string, string, string)
Public method removePlayerToFav(int) Removes a player from the user's favorite list.
Public method removeTeamToFav(int) Removes a team from the user's list of favorite teams.
Top

.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