WebImage.GetImageFromRequest(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une image qui a été téléchargée à l'aide du navigateur.
public static System.Web.Helpers.WebImage GetImageFromRequest(string postedFileName = default);
static member GetImageFromRequest : string -> System.Web.Helpers.WebImage
Public Shared Function GetImageFromRequest (Optional postedFileName As String = null) As WebImage
Paramètres
- postedFileName
- String
(Facultatif) Nom du fichier publié. Si aucun nom de fichier n'est spécifié, le premier fichier téléchargé est retourné.
Retours
L’image.