C# Класс AspNetEdit.Editor.UI.RootDesignerView.GeckoFunctions

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
AddControl string
DoCommand string
GetPage string
InsertFragment string
LoadPage string
RemoveControl string
SelectControl string
UpdateControl string

Описание свойств

AddControl публичное статическое свойство

Add a control to the document Args: string id: the unique ID of the control. string content: The HTML content of the control Returns: none
public static string AddControl
Результат string

DoCommand публичное статическое свойство

Passes a simple command to Gecko Args: string command: Use the enum EditorCommand Returns: none
public static string DoCommand
Результат string

GetPage публичное статическое свойство

Replaces the currently loaded document Args: none Returns: none
public static string GetPage
Результат string

InsertFragment публичное статическое свойство

Inserts a document fragment. Host should have deserialised it. Args: string fragment: The document fragment Returns: none
public static string InsertFragment
Результат string

LoadPage публичное статическое свойство

Replaces the currently loaded document Args: string document: the document text, with placeholder'd controls. Returns: none
public static string LoadPage
Результат string

RemoveControl публичное статическое свойство

Removes a control from the document Args: string id: the unique ID of the control. Returns: none
public static string RemoveControl
Результат string

SelectControl публичное статическое свойство

Selects a control Args: string id: the unique ID of the control, or empty to clear selection. Returns: none
public static string SelectControl
Результат string

UpdateControl публичное статическое свойство

Updates the design-time HTML of a control to the document Args: string id: the unique ID of the control. string content: The HTML content of the control Returns: none
public static string UpdateControl
Результат string