MatchesController Class

This class is responsible for handling requests related to matches.
public class MatchesController : Controller
This language is not supported or no code example is available.
Name Description
Public constructor MatchesController(FPTVContext) Constructor for MatchesController class.
Top
Name Description
Public property StatusMessage
Top
Methods
 
Name Description
Public method Index(string, string, string, string) Retrieves matches from the PandaScore API and adds them to the database if they don't already exist.
Public method MatchDetails(int, string, string, int)
Public method PlayerAndStats() Returns the View for the PlayerAndStats page.
Public method Results(int, string)
Public method TeamStats() Returns the view for the TeamStats page.
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