Function library for umbraco. Includes various helper-methods and methods to
save and load data from umbraco.
Especially usefull in XSLT where any of these methods can be accesed using the umbraco.library name-space. Example:
<xsl:value-of select="umbraco.library:NiceUrl(@id)"/>
Namespace: umbraco
Assembly: umbraco (in umbraco)
Version: 1.0.2698.41384
Syntax
| Visual Basic (Declaration) |
|---|
Public Class library |
| C# |
|---|
public class library |
| Visual C++ |
|---|
public ref class library |