ServiceReference.GetProxyUrl(ScriptManager, Control) Method
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.
Provides a proxy URL from a derived ServiceReference object can be overridden as a customization.
protected public:
virtual System::String ^ GetProxyUrl(System::Web::UI::ScriptManager ^ scriptManager, System::Web::UI::Control ^ containingControl);
protected internal virtual string GetProxyUrl (System.Web.UI.ScriptManager scriptManager, System.Web.UI.Control containingControl);
abstract member GetProxyUrl : System.Web.UI.ScriptManager * System.Web.UI.Control -> string
override this.GetProxyUrl : System.Web.UI.ScriptManager * System.Web.UI.Control -> string
Protected Friend Overridable Function GetProxyUrl (scriptManager As ScriptManager, containingControl As Control) As String
- scriptManager
- ScriptManager
The ScriptManager control on the page.
A proxy URL.
The containingControl
parameter is the ScriptManager object or ScriptManagerProxy object on which the ServiceReference object is defined and should be used as a basis for relative URL resolution.
Produit | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :