ScriptReference.GetUrl(ScriptManager, Boolean) メソッド

定義

src要素のscript属性の値としてレンダリングされる URL を取得します。

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

パラメーター

scriptManager
ScriptManager

ターゲット Web ページの ScriptManager コントロール。

zip
Boolean

true スクリプトを圧縮する必要がある場合。それ以外の場合は false

返品

src要素のscript属性の値としてレンダリングされる URL を含む文字列。

適用対象