CompositeScriptReference.GetUrl(ScriptManager, Boolean) 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 l'URL rendue en tant que valeur de l'attribut src
de l'élément script
.
protected public:
override System::String ^ GetUrl(System::Web::UI::ScriptManager ^ scriptManager, bool zip);
protected internal override string GetUrl (System.Web.UI.ScriptManager scriptManager, bool zip);
override this.GetUrl : System.Web.UI.ScriptManager * bool -> string
Protected Friend Overrides Function GetUrl (scriptManager As ScriptManager, zip As Boolean) As String
Paramètres
- scriptManager
- ScriptManager
Contrôle ScriptManager
sur la page Web cible.
- zip
- Boolean
true
pour compresser le script ; sinon, false
.
Retours
Chaîne qui contient une URL.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.