Remove obsolete code

This commit is contained in:
Stephan
2018-07-26 09:56:12 +02:00
parent 6f4ad059ef
commit 3c8a5c3a0d
3 changed files with 0 additions and 28 deletions

View File

@@ -1,13 +0,0 @@
namespace Umbraco.Web
{
/// <summary>
/// Used in the .Field method to render an Umbraco field to specify what encoding to use
/// </summary>
public enum RenderFieldEncodingType
{
Url,
Html,
Unchanged
}
}