- Sitecore Cookbook for Developers
- Yogesh Patel
- 167字
- 2021-07-16 11:14:56
Conventions
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 lines or items are set in bold:
<div id="sidemenu">
@Html.Sitecore().Rendering("{2383A57F-21FF-4A77-9E2A-C467F0CEDA57}")
</div>
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "From the ribbon, select Standard Values in the Builder Options tab."
- Implementing Modern DevOps
- C語(yǔ)言程序設(shè)計(jì)(第2 版)
- JMeter 性能測(cè)試實(shí)戰(zhàn)(第2版)
- OpenCV 3和Qt5計(jì)算機(jī)視覺應(yīng)用開發(fā)
- 算法大爆炸:面試通關(guān)步步為營(yíng)
- Wireshark Network Security
- 營(yíng)銷數(shù)據(jù)科學(xué):用R和Python進(jìn)行預(yù)測(cè)分析的建模技術(shù)
- 假如C語(yǔ)言是我發(fā)明的:講給孩子聽的大師編程課
- 深度探索Go語(yǔ)言:對(duì)象模型與runtime的原理特性及應(yīng)用
- RubyMotion iOS Develoment Essentials
- Android Sensor Programming By Example
- 軟件測(cè)試分析與實(shí)踐
- Elasticsearch搜索引擎構(gòu)建入門與實(shí)戰(zhàn)
- Java 7 Concurrency Cookbook
- Python程序設(shè)計(jì):基礎(chǔ)與實(shí)踐