C# Class Sitecore.Modules.WeBlog.Extensions.CustomTextFieldExtensions

Mostra file Open project: WeTeam/WeBlog

Public Methods

Method Description
HtmlEncode ( this field ) : string

Gets the field value in a web safe escaped format

Method Details

HtmlEncode() public static method

Gets the field value in a web safe escaped format
public static HtmlEncode ( this field ) : string
field this The field to get the value for
return string