C# Class System.Web.WebPages.WebPageExecutingBase

Afficher le fichier Open project: drivenet/aspnetwebstack Class Usage Examples

Private Properties

Свойство Type Description
Execute void
GetDirectory string
GetOutputWriter TextWriter
WriteLiteralTo void
WriteTo void

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
Execute ( ) : void
GetDirectory ( string virtualPath ) : string
GetOutputWriter ( ) : TextWriter
WriteLiteralTo ( TextWriter writer, string content ) : void
WriteTo ( TextWriter writer, string content ) : void

Method Details

Href() public méthode

public Href ( string path ) : string
path string
Résultat string

NormalizeLayoutPagePath() protected méthode

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
Résultat string

NormalizePath() public méthode

public NormalizePath ( string path ) : string
path string
Résultat string

Write() public abstract méthode

public abstract Write ( HelperResult result ) : void
result HelperResult
Résultat void

Write() public abstract méthode

public abstract Write ( object value ) : void
value object
Résultat void

WriteAttribute() public méthode

public WriteAttribute ( string name, string prefix, string suffix ) : void
name string
prefix string
suffix string
Résultat void

WriteAttributeTo() protected méthode

protected WriteAttributeTo ( TextWriter writer, string name, string prefix, string suffix ) : void
writer TextWriter
name string
prefix string
suffix string
Résultat void

WriteLiteral() public abstract méthode

public abstract WriteLiteral ( object value ) : void
value object
Résultat void

WriteLiteralTo() public static méthode

public static WriteLiteralTo ( TextWriter writer, object content ) : void
writer TextWriter
content object
Résultat void

WriteTo() public static méthode

public static WriteTo ( TextWriter writer, HelperResult content ) : void
writer TextWriter
content HelperResult
Résultat void

WriteTo() public static méthode

public static WriteTo ( TextWriter writer, object content ) : void
writer TextWriter
content object
Résultat void