You are on page 1of 1

Models: Classes that represent the data of the application and that use validati

on logic to enforce business rules for that data.


Views: Template files that your application uses to dynamically generate HTML re
sponses.
Controllers: Classes that handle incoming browser requests, retrieve model data,
and then specify view templates that return a response to the browser.
HttpUtility is a useful class. It provides methods that manipulate HTML strings.
These methods encode and decode HTML. This class is found in the System.Web nam
espace.

bpc
v1ct0r

You might also like