Search code examples
asp.netmvp

In MVP what exactly is the View?


Hey just actually wondering what the View consists of in MVP.

Is this the actual .aspx pages for example...or is it the Interface that the .aspx page implmenets i.e. IMyPage.cs

Just looking to clear this up cheers.


Solution

  • The view is the actual UI in this case the .aspx page

    Check out this link for more info.

    http://msdn.microsoft.com/en-us/magazine/cc188690.aspx