IWebFormsBuilderUIService.BuildUrl Méthode

Définition

Lance un éditeur pour générer une propriété d'URL.

public:
 System::String ^ BuildUrl(System::Windows::Forms::Control ^ owner, System::String ^ initialUrl, System::String ^ baseUrl, System::String ^ caption, System::String ^ filter, System::Web::UI::Design::UrlBuilderOptions options);
public string BuildUrl (System.Windows.Forms.Control owner, string initialUrl, string baseUrl, string caption, string filter, System.Web.UI.Design.UrlBuilderOptions options);
abstract member BuildUrl : System.Windows.Forms.Control * string * string * string * string * System.Web.UI.Design.UrlBuilderOptions -> string
Public Function BuildUrl (owner As Control, initialUrl As String, baseUrl As String, caption As String, filter As String, options As UrlBuilderOptions) As String

Paramètres

owner
Control

Contrôle utilisé comme parent de la boîte de dialogue affichée par UrlBuilder.

initialUrl
String

URL initiale à afficher dans l'interface de sélection.

baseUrl
String

URL de base utilisée pour construire les URL relatives.

caption
String

Légende présentant un message dans l'interface de sélection.

filter
String

Chaîne de filtrage utilisée pour filtrer éventuellement les fichiers affichés dans l'interface de sélection.

options
UrlBuilderOptions

UrlBuilderOptions indiquant les options pour UrlBuilder.

Retours

String

Chaîne qui contient l'URL retournée par UrlBuilder.

S’applique à

Voir aussi