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...
-
Factory method pattern is a type of Creational category of Design pattern. Factory Method Pattern defines an interface for creating object...
-
Here lets discuss about the various Parameter modifiers that can be used to manage how arguments are passed to methods. Default by Value...
-
C# CLS Compliant System Type Range Definition bool Y System.Boolean T or F True or F...
No comments:
Post a Comment