ScriptReferenceBase.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.
Récupère l'URL rendue en tant que valeur de l'attribut src
de l'élément script
.
protected public:
abstract System::String ^ GetUrl(System::Web::UI::ScriptManager ^ scriptManager, bool zip);
protected internal abstract string GetUrl (System.Web.UI.ScriptManager scriptManager, bool zip);
abstract member GetUrl : System.Web.UI.ScriptManager * bool -> string
Protected Friend MustOverride 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 l'URL rendue en tant que valeur de l'attribut src
de l'élément script
.