Ejemplo n.º 1
0
 /// <summary>
 /// Extension method for Sitecore.Data.Items.Item to return the URL of the item or
 /// media item.
 /// </summary>
 /// <param name="item">The content or media item.</param>
 /// <returns>The URL of the content or media item.</returns>
 public static string GetUrl(this Sitecore.Data.Items.Item item)
 {
     return(item.GetUrl(true));
 }