C# Класс System.Web.Razor.Test.Framework.SpanConstructorExtensions

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

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

Метод Описание
Accepts ( this self, AcceptedCharacters accepted ) : SpanConstructor
AutoCompleteWith ( this self, string autoCompleteString ) : SpanConstructor
AutoCompleteWith ( this self, string autoCompleteString, bool atEndOfSpan ) : SpanConstructor
WithEditorHints ( this self, EditorHints hints ) : SpanConstructor

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

Accepts() публичный статический Метод

public static Accepts ( this self, AcceptedCharacters accepted ) : SpanConstructor
self this
accepted AcceptedCharacters
Результат SpanConstructor

AutoCompleteWith() публичный статический Метод

public static AutoCompleteWith ( this self, string autoCompleteString ) : SpanConstructor
self this
autoCompleteString string
Результат SpanConstructor

AutoCompleteWith() публичный статический Метод

public static AutoCompleteWith ( this self, string autoCompleteString, bool atEndOfSpan ) : SpanConstructor
self this
autoCompleteString string
atEndOfSpan bool
Результат SpanConstructor

WithEditorHints() публичный статический Метод

public static WithEditorHints ( this self, EditorHints hints ) : SpanConstructor
self this
hints EditorHints
Результат SpanConstructor