C# Класс ToSic.SexyContent.Edit.InPageEditingSystem.InPageEditingHelperBase

Наследование: IInPageEditingSystem
Показать файл Открыть проект

Открытые методы

Метод Описание
Attribute ( string name, object value ) : System.Web.HtmlString

Generate an HTML attribute by converting the value to JSON - but only in edit mode

Attribute ( string name, string value ) : System.Web.HtmlString

Generate an HTML attribute - but only if in edit mode

ContextAttributes ( DynamicEntity target, string dontRelyOnParameterOrder = Constants.RandomProtectionParameter, string field = null, string contentType = null, System.Guid newGuid = null ) : System.Web.HtmlString
Toolbar ( DynamicEntity target = null, string dontRelyOnParameterOrder = Constants.RandomProtectionParameter, string actions = null, string contentType = null, object prefill = null, object toolbar = null, object settings = null ) : System.Web.HtmlString

Приватные методы

Метод Описание
InPageEditingHelperBase ( SxcInstance sxc ) : System

Описание методов

Attribute() публичный Метод

Generate an HTML attribute by converting the value to JSON - but only in edit mode
public Attribute ( string name, object value ) : System.Web.HtmlString
name string
value object
Результат System.Web.HtmlString

Attribute() публичный Метод

Generate an HTML attribute - but only if in edit mode
public Attribute ( string name, string value ) : System.Web.HtmlString
name string
value string
Результат System.Web.HtmlString

ContextAttributes() публичный Метод

public ContextAttributes ( DynamicEntity target, string dontRelyOnParameterOrder = Constants.RandomProtectionParameter, string field = null, string contentType = null, System.Guid newGuid = null ) : System.Web.HtmlString
target DynamicEntity
dontRelyOnParameterOrder string
field string
contentType string
newGuid System.Guid
Результат System.Web.HtmlString

Toolbar() публичный Метод

public Toolbar ( DynamicEntity target = null, string dontRelyOnParameterOrder = Constants.RandomProtectionParameter, string actions = null, string contentType = null, object prefill = null, object toolbar = null, object settings = null ) : System.Web.HtmlString
target DynamicEntity
dontRelyOnParameterOrder string
actions string
contentType string
prefill object
toolbar object
settings object
Результат System.Web.HtmlString