Renormalize
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
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
|
||||
}
|
||||
}
|
||||
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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user