In my earlier post I have briefed on Umbraco document types. Now it’s the time to write down about Templates in Umbraco. Umbraco template is basically a text/(X)Html combined with Umbraco tags.
Umbraco templates has the following functionalities such as
• Inserting property from the current page
• Inserting macros/dynamic content
• Manage the central layout of the site
Templates can be created from the Settings section in Umbraco administration. Also corresponding templates are created when a new Document type is created. We can associate a template with a Document type.
About .NET , C#, ASP.NET , SharePoint , Umbraco , SQL Server , Business Intelligence and more...
Subscribe to:
Post Comments (Atom)
Installing ASP.NET MVC
Installing ASP.NET MVC Before we dive deep into the ASP.NET MVC, let’s install it our development machine. This is very straight forwa...
-
Let’s now discuss about what ASP.NET MVC Framework installer does for us. We have the following changes happens with the installation Regist...
-
Factory method pattern is a type of Creational category of Design pattern. Factory Method Pattern defines an interface for creating object...
-
As we know we can supply values for parameters on Macros. When we insert a macro onto a template, we are prompted to supply the values for t...
No comments:
Post a Comment