Skip to content

This is a community project to create a library of Umbraco Extension Methods to use in Razor files.

Notifications You must be signed in to change notification settings

PeteDuncanson/UmbracoExtensionMethods

 
 

Repository files navigation

Umbraco Community Extension Methods

This is a community project to create a library of Umbraco Extension Methods to use in Razor files and with the ContentService?

##Umbraco Test Site - Details

  • Username: admin
  • Password: password

ASP.NET

  • GetMasterPageByType(this Page page, Type type)
  • RenderUserControl(this string path, Dictionary<string, object> propertiesToSet = null)

Content

  • .

DataTypes

  • .

Dates

Kudos to the uComponents team for these methods. So kudos for these methods go to them.

  • Age()
  • GetDayNumber()
  • IsWeekday()
  • IsWeekend()
  • IsLeapYear()
  • ElapsedSeconds()
  • DateWithinLastDays(int days)
  • ToUnixTime()
  • GetFirstDayOfMonth()
  • GetLastDayOfMonth()
  • PrettyDate()
  • FormatDateTime(string format) FormatDateTime("ddd ddS MMMM yyyy") note the S for suffix

DocumentTypes

  • .

ImageGen

  • .

ImageResizing

  • .

Media

  • .

MediaTypes

  • .

Members

  • .

Social

  • GravatarImageURL(string defaultImageURL, int size)

Strings

  • FirstCharToUpper()
  • HighlightKeywords(IEnumerable keywords, string className)
  • StripHtml(bool ignoreParagraphs = true, bool ignoreItalic = true, bool ignoreUnderline = true, bool ignoreBold = true, bool ignoreLinebreak = true, List otherTagsToIgnore = null)
  • ShortenHtml(out bool inputIsShortened, int length = 300, string elipsis = "...")
  • ShortenHtml(int length = 300, string elipsis = "...")
  • GetSentence(sentenceIndex)
  • GetParagraph(paragraphIndex)

Templates

  • .

Users

  • .

Vimeo

  • VimeoEmbed(int width, int height)

YouTube

  • .

Do you have any ideas?

Get in touch with me on twitter @warrenbuckley and let's get this project going...

About

This is a community project to create a library of Umbraco Extension Methods to use in Razor files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published