C# Class Tests.Website

Mostrar archivo Open project: mikeobrien/FubuMVC.Swank Class Usage Examples

Public Methods

Method Description
Create ( string name, string path ) : void
DownloadString ( string url = "", string contentType = null ) : string
Remove ( ) : void

Method Details

Create() public method

public Create ( string name, string path ) : void
name string
path string
return void

DownloadString() public method

public DownloadString ( string url = "", string contentType = null ) : string
url string
contentType string
return string

Remove() public method

public Remove ( ) : void
return void