ScriptReferenceBase.GetUrl(ScriptManager, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the URL that is rendered as the value of the src
attribute of the script
element.
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
Parameters
- scriptManager
- ScriptManager
The ScriptManager
control on the target Web page.
- zip
- Boolean
true
to compress the script; otherwise, false
.
Returns
A string that contains the URL that is rendered as the value of the src
attribute of the script
element.
Applies to
Col·laboreu amb nosaltres a GitHub
La font d'aquest contingut es pot trobar al GitHub, on també podeu crear i revisar problemes i sol·licituds d'extracció. Per obtenir més informació, consulteu la nostra guia per a col·laboradors.