C# Class PublicWebSite.Host.Pages.IndexModel

Inheritance: AbpPageModel
Mostrar archivo Open project: heshengli/MicroserviceDemo-master

Public Methods

Method Description
OnGet ( ) : void
OnPostLoginAsync ( ) : Task

Method Details

OnGet() public method

public OnGet ( ) : void
return void

OnPostLoginAsync() public method

public OnPostLoginAsync ( ) : Task
return Task