StartPage.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.
Affiche la ChildPage page.
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 supplémentaires permettant de restituer la page.
Retours
Balisage HTML qui représente la page Web.