| Method | Description |
|---|---|
| href | Builds a URL using the specified parameters |
| RenderBody() | Renders the portion of a content page that is not within a named section (In layout pages) |
| RenderPage(page) | Renders the content of one page within another page |
| RenderSection(section) | Renders the content of a named section (In layout pages) |
| Write(object) | Writes the object as an HTML-encoded string |
| WriteLiteral | Writes an object without HTML-encoding it first. |
Practice Excercise Practice now