C# 클래스 System.Web.Razor.Test.Framework.SpanConstructorExtensions

파일 보기 프로젝트 열기: drivenet/aspnetwebstack

공개 메소드들

메소드 설명
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