- 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."
- PostgreSQL Cookbook
- MongoDB for Java Developers
- 基于Java技術的Web應用開發
- JavaScript動態網頁開發詳解
- Python機器學習編程與實戰
- 現代C++編程實戰:132個核心技巧示例(原書第2版)
- 小程序,巧應用:微信小程序開發實戰(第2版)
- Advanced UFT 12 for Test Engineers Cookbook
- Learning Ionic
- Robot Framework Test Automation
- Python機器學習與量化投資
- INSTANT Premium Drupal Themes
- 基于MATLAB的控制系統仿真及應用
- Java 11 and 12:New Features
- R語言:邁向大數據之路