WebPage.RenderPage(String, Object[]) 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.
Restitue une page de contenu.
public override System.Web.WebPages.HelperResult RenderPage (string path, params object[] data);
override this.RenderPage : string * obj[] -> System.Web.WebPages.HelperResult
Public Overrides Function RenderPage (path As String, ParamArray data As Object()) As HelperResult
Paramètres
- path
- String
Chemin d'accès de la page à restituer.
- data
- Object[]
Données à passer à la page.
Retours
Objet pouvant écrire la sortie de la page.