Méthode | Description | |
---|---|---|
FileExists ( string file ) : bool | ||
GetFile ( string file ) : System.Web.Mvc.ActionResult | ||
Register ( IFileRepository repository ) : void |
public static FileExists ( string file ) : bool | ||
file | string | |
Résultat | bool |
public static GetFile ( string file ) : System.Web.Mvc.ActionResult | ||
file | string | |
Résultat | System.Web.Mvc.ActionResult |
public static Register ( IFileRepository repository ) : void | ||
repository | IFileRepository | |
Résultat | void |