April 2016
Beginner
338 pages
7h 38m
English
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Make sure that you have added a reference of Sitecore.Kernel.dll and Sitecore.Mvc.dll files to the SitecoreCookbook project."
A block of code is set as follows:
<div id="header"> <a href="/">
@Html.Sitecore().Field("Logo",
Sitecore.Context.Database.GetItem(
"/sitecore/Content/Global/Configurations"))
</a> </div>When we wish to draw your attention to a particular part of a code block, the relevant ...