WebFormsRootDesigner.CreateUrlResolutionService 方法

定義

傳回解析相對 URL 的 IUrlResolutionService

protected:
 virtual System::Web::UI::IUrlResolutionService ^ CreateUrlResolutionService();
protected virtual System.Web.UI.IUrlResolutionService CreateUrlResolutionService ();
abstract member CreateUrlResolutionService : unit -> System.Web.UI.IUrlResolutionService
override this.CreateUrlResolutionService : unit -> System.Web.UI.IUrlResolutionService
Protected Overridable Function CreateUrlResolutionService () As IUrlResolutionService

傳回

解析相對 URL 的物件。

適用於

另請參閱