C# Class WebTty.Hosting.Pages.IndexModel

Inheritance: PageModel
Afficher le fichier Open project: nickvdyck/webtty

Méthodes publiques

Méthode Description
IndexModel ( Settings settings, StaticContentService staticContent ) : Microsoft.AspNetCore.Mvc.RazorPages
OnGet ( ) : void

Method Details

IndexModel() public méthode

public IndexModel ( Settings settings, StaticContentService staticContent ) : Microsoft.AspNetCore.Mvc.RazorPages
settings Settings
staticContent StaticContentService
Résultat Microsoft.AspNetCore.Mvc.RazorPages

OnGet() public méthode

public OnGet ( ) : void
Résultat void