AcceptedAtActionResult.UrlHelper Propriété
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.
Obtient ou définit le IUrlHelper utilisé pour générer des URL.
public:
property Microsoft::AspNetCore::Mvc::IUrlHelper ^ UrlHelper { Microsoft::AspNetCore::Mvc::IUrlHelper ^ get(); void set(Microsoft::AspNetCore::Mvc::IUrlHelper ^ value); };
public Microsoft.AspNetCore.Mvc.IUrlHelper UrlHelper { get; set; }
public Microsoft.AspNetCore.Mvc.IUrlHelper? UrlHelper { get; set; }
member this.UrlHelper : Microsoft.AspNetCore.Mvc.IUrlHelper with get, set
Public Property UrlHelper As IUrlHelper