Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 672 Bytes

index.md

File metadata and controls

20 lines (13 loc) · 672 Bytes

#Working with MVC in Umbraco

How to work with MVC templates in Umbraco

##Views Working with MVC Views and Razor syntax in Umbraco

See some quick examples here

##Partial Views Documentation covering how to use Partial Views. This is not documentation about using "Partial View Macros", this documentation relates simply to using native MVC partial views within Umbraco.

##Child Actions Using MVC Child Actions in Umbraco

##Querying How to query for published data in your Views

##Forms How to create html forms to submit data