BetterFinds
Classes
BetterFinds::Pages Namespace Reference

The namespace containing the Razor Pages that make up the core of this web application. More...

Classes

class  AccountModel
 Model for the Account page. More...
 
class  AuctionModel
 Model for the Auction page. More...
 
class  CreateModel
 Model for the Create page. This class is decorated with the Authorize attribute. More...
 
class  EditModel
 Model for the Edit Auction page. This class is decorated with the Authorize attribute. More...
 
class  ErrorModel
 Model for the Error page. This class is decorated with the ResponseCache and IgnoreAntiforgeryToken attributes. More...
 
class  IndexModel
 Model for the Index page. More...
 
class  LoginModel
 Model for the Login page. More...
 
class  LogoutModel
 Model for the Logout page. This class is decorated with the Authorize attribute. More...
 
class  MyAccountModel
 Model for the My Account page. This class is decorated with the Authorize attribute. More...
 
class  MyAuctionsModel
 Model for the My Auctions page. This class is decorated with the Authorize attribute. More...
 
class  MyBidsModel
 Model for the My Bids page. This class is decorated with the Authorize attribute. More...
 
class  NotificationsModel
 Model for the Notifications page. This class is decorated with the Authorize attribute. More...
 
class  RegisterModel
 Model for the Register page. More...
 
class  SearchModel
 Model for the Search page. More...
 

Detailed Description

The namespace containing the Razor Pages that make up the core of this web application.

This namespace encapsulates the Razor Pages that make up the BetterFinds website.

The namespace containing the Razor Pages that make up the core of this web application. These pages are organized into modules that represent the different sections of the website.

To explore specific pages, refer to the detailed documentation for each corresponding class located in this page.