Umbraco Home CQ

The content below are gathered from the internet accompanied with my experience. I will appreciate if you have any feedbacks.

Enjoy your Umbraco journey.

How to Debug

Setting trace in default.aspx and web.config

Log in Umbraco

assembly: businessLogic.dll

namespance: umbraco.BusinessLogic

class: Log

log file is in App_Data/Logs/

How to Add Umbraco Extension

http://www.nibble.be/?p=60

Umbraco Image Gallery

Data Presentation

<xsl:when test="$size &gt;= 1024"> <xsl:value-of select="format-number($size div 1024,'#,###')"/> <xsl:text>KB</xsl:text> </xsl:when>

Template

Use jQuery to load a page with another template

Miscellaneous

Path in asp.net

Javascript functions

string functions

原文地址:https://www.cnblogs.com/czy/p/2590534.html