Langue

IWebFormsBuilderUIService.BuildUrl Méthode

Définition

Lance un éditeur pour générer une propriété 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é pour parenter la boîte de dialogue affichée par le UrlBuilder.

initialUrl
String

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

baseUrl
String

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

caption
String

Légende qui présente un message dans l’interface de sélection.

filter
String

Chaîne de filtre à utiliser pour filtrer éventuellement les fichiers affichés dans l’interface de sélection.

options
UrlBuilderOptions

Qui UrlBuilderOptions indique les options pour le UrlBuilder.

Retours

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

S’applique à

Voir aussi