Logo
Explore Help
Register Sign In
yv01p/Umbraco-CMS
1
0
Fork 0
You've already forked Umbraco-CMS
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
f7f42f893b658d5cc6cac9fb11248ceadcff42ff
Umbraco-CMS/src/Umbraco.Web/RenderFieldEncodingType.cs

14 lines
270 B
C#
Raw Normal View History

Normalize cr/lf/tab
2017-07-20 11:21:28 +02:00
namespace Umbraco.Web
Got .Field method for MVC working and have macro's rendering inside of RTE in MVC. Added internal setting for global settings to return an MVC area string based on the umbraco path. Added a ton of extension methods from v5 that are used in much of the MVC engines. Added UmbracoHelper methods for MVC rendering including Field so that we can render the correct RTE field markup when the RTE contains a macro, will add extension methods for the @CurrentPage dynamic object to do the same to make it consistent.
2012-09-05 09:35:24 +07:00
{
Normalize cr/lf/tab
2017-07-20 11:21:28 +02:00
/// <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 Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 133ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API