Property | Type | Description | |
---|---|---|---|
Delete | System.Web.Mvc.RedirectToRouteResult | ||
ErrorLogController | System | ||
ResourceFile | System.Web.Mvc.FileStreamResult |
Method | Description | |
---|---|---|
Default ( System.Guid id ) : |
||
Digest ( ) : RssResult | ||
DownloadAsync ( ) : void | ||
DownloadCompleted ( |
||
Html ( System.Guid id ) : |
||
Image ( string name ) : System.Web.Mvc.FileStreamResult | ||
Index ( ) : |
||
JavaScript ( string file = "JavaScript" ) : System.Web.Mvc.FileStreamResult | ||
Json ( System.Guid id, bool download = false ) : |
||
Rss ( ) : RssResult | ||
Stylesheet ( string file = "Stylesheet" ) : System.Web.Mvc.FileStreamResult | ||
Test ( ) : void | ||
Xml ( System.Guid id, bool download = false ) : |
Method | Description | |
---|---|---|
Delete ( IEnumerable |
||
ErrorLogController ( IErrorLogProvider provider ) : System | ||
ResourceFile ( string name, string ext, string contentType ) : System.Web.Mvc.FileStreamResult |
public Default ( System.Guid id ) : |
||
id | System.Guid | |
return |
public DownloadCompleted ( |
||
csv | ||
return | CsvResult |
public Html ( System.Guid id ) : |
||
id | System.Guid | |
return |
public Image ( string name ) : System.Web.Mvc.FileStreamResult | ||
name | string | |
return | System.Web.Mvc.FileStreamResult |
public JavaScript ( string file = "JavaScript" ) : System.Web.Mvc.FileStreamResult | ||
file | string | |
return | System.Web.Mvc.FileStreamResult |
public Json ( System.Guid id, bool download = false ) : |
||
id | System.Guid | |
download | bool | |
return |
public Stylesheet ( string file = "Stylesheet" ) : System.Web.Mvc.FileStreamResult | ||
file | string | |
return | System.Web.Mvc.FileStreamResult |
public Xml ( System.Guid id, bool download = false ) : |
||
id | System.Guid | |
download | bool | |
return |