ScriptReference.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:
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
Parameters
- scriptManager
- ScriptManager
The ScriptManager
control on the target Web page.
- zip
- Boolean
true
if the script should be compressed; 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.