UmbracoExtensionMethods
UmbracoExtensionMethods copied to clipboard
This is a community project to create a library of Umbraco Extension Methods to use in Razor files.
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 4.5.11 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 4.5.11 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 0.86.0 to 1.3.3. Release notes Sourced from SharpZipLib's releases. v1.3.3 Another minor release, containing security fixes and smaller bugfixes. Fixes: 🐛 specialized tar extract traversal by nils...
Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 0.86.0 to 1.3.3. Release notes Sourced from SharpZipLib's releases. v1.3.3 Another minor release, containing security fixes and smaller bugfixes. Fixes: 🐛 specialized tar extract traversal by nils...
Bumps [UmbracoCms](https://github.com/umbraco/umbraco-cms) from 6.1.2.2 to 8.10.0. Release notes Sourced from UmbracoCms's releases. CodeGarden '18 Snapshot Version 8 as of CodeGarden '18 Commits See full diff in compare view [![Dependabot compatibility...
`ToBoolean()`, `ToInt()`, `ToDate()`, `ToNullableDate()`
The URL used in the code no longer works - se example on the URL below: https://github.com/warrenbuckley/UmbracoExtensionMethods/blob/master/ExtensionMethods/YouTube/YouTubeVideo.cs#L35 I'm looking into whether there is another way obtaining the same information.
As we talked about quite some time ago, I have now introduced helper classes for YouTube and the date methods. The extension methods now call the helper methods so that...