C# 클래스 System.Web.WebPages.WebPageExecutingBase

파일 보기 프로젝트 열기: drivenet/aspnetwebstack 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Execute void
GetDirectory string
GetOutputWriter TextWriter
WriteLiteralTo void
WriteTo void

공개 메소드들

메소드 설명
Href ( string path ) : string
NormalizePath ( string path ) : string
Write ( HelperResult result ) : void
Write ( object value ) : void
WriteAttribute ( string name, string prefix, string suffix ) : void
WriteLiteral ( object value ) : void
WriteLiteralTo ( TextWriter writer, object content ) : void
WriteTo ( TextWriter writer, HelperResult content ) : void
WriteTo ( TextWriter writer, object content ) : void

보호된 메소드들

메소드 설명
NormalizeLayoutPagePath ( string layoutPagePath ) : string

Normalizes path relative to the current virtual path and throws if a file does not exist at the location.

WriteAttributeTo ( TextWriter writer, string name, string prefix, string suffix ) : void

비공개 메소드들

메소드 설명
Execute ( ) : void
GetDirectory ( string virtualPath ) : string
GetOutputWriter ( ) : TextWriter
WriteLiteralTo ( TextWriter writer, string content ) : void
WriteTo ( TextWriter writer, string content ) : void

메소드 상세

Href() 공개 메소드

public Href ( string path ) : string
path string
리턴 string

NormalizeLayoutPagePath() 보호된 메소드

Normalizes path relative to the current virtual path and throws if a file does not exist at the location.
protected NormalizeLayoutPagePath ( string layoutPagePath ) : string
layoutPagePath string
리턴 string

NormalizePath() 공개 메소드

public NormalizePath ( string path ) : string
path string
리턴 string

Write() 공개 추상적인 메소드

public abstract Write ( HelperResult result ) : void
result HelperResult
리턴 void

Write() 공개 추상적인 메소드

public abstract Write ( object value ) : void
value object
리턴 void

WriteAttribute() 공개 메소드

public WriteAttribute ( string name, string prefix, string suffix ) : void
name string
prefix string
suffix string
리턴 void

WriteAttributeTo() 보호된 메소드

protected WriteAttributeTo ( TextWriter writer, string name, string prefix, string suffix ) : void
writer TextWriter
name string
prefix string
suffix string
리턴 void

WriteLiteral() 공개 추상적인 메소드

public abstract WriteLiteral ( object value ) : void
value object
리턴 void

WriteLiteralTo() 공개 정적인 메소드

public static WriteLiteralTo ( TextWriter writer, object content ) : void
writer TextWriter
content object
리턴 void

WriteTo() 공개 정적인 메소드

public static WriteTo ( TextWriter writer, HelperResult content ) : void
writer TextWriter
content HelperResult
리턴 void

WriteTo() 공개 정적인 메소드

public static WriteTo ( TextWriter writer, object content ) : void
writer TextWriter
content object
리턴 void