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 when rendering an Umbraco field to specify what case type it should be
/// </summary>
public enum RenderFieldCaseType
{
Upper,
Lower,
Title,
Unchanged
}
}

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
}
}

View File

@@ -1058,8 +1058,6 @@
<Compile Include="Mvc\PluginControllerMetadata.cs" />
<Compile Include="Mvc\UmbracoPageResult.cs" />
<Compile Include="PropertyEditors\ValueConverters\RteMacroRenderingValueConverter.cs" />
<Compile Include="RenderFieldCaseType.cs" />
<Compile Include="RenderFieldEncodingType.cs" />
<Compile Include="RouteCollectionExtensions.cs" />
<Compile Include="Routing\AliasUrlProvider.cs" />
<Compile Include="Routing\ContentFinderByLegacy404.cs" />