C# Class System.Web.Razor.Test.Framework.SpanConstructorExtensions

显示文件 Open project: drivenet/aspnetwebstack

Public Methods

Method Description
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

Method Details

Accepts() public static method

public static Accepts ( this self, AcceptedCharacters accepted ) : SpanConstructor
self this
accepted AcceptedCharacters
return SpanConstructor

AutoCompleteWith() public static method

public static AutoCompleteWith ( this self, string autoCompleteString ) : SpanConstructor
self this
autoCompleteString string
return SpanConstructor

AutoCompleteWith() public static method

public static AutoCompleteWith ( this self, string autoCompleteString, bool atEndOfSpan ) : SpanConstructor
self this
autoCompleteString string
atEndOfSpan bool
return SpanConstructor

WithEditorHints() public static method

public static WithEditorHints ( this self, EditorHints hints ) : SpanConstructor
self this
hints EditorHints
return SpanConstructor