ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] - نسخه متنی

G. andrew Duthie; matthew Macdonald

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید









UrlBuilder

System.Web.UI.Design (system.design.dll)sealed class

This class contains shared (static) helper methods that support the
various UrlEditor classes. Essentially, the
UrlEditor class provides the user interface used
for choosing a URL for a property at design time, and the
BuildUrl( ) method is invoked to create a string
representing the selected URL.

public sealed class 

UrlBuilder {
// Public Static Methods
public static string

BuildUrl (System.ComponentModel.IComponent

component , System.Windows.Forms.Control

owner ,
string

initialUrl , string

caption , string

filter );
public static string

BuildUrl (System.ComponentModel.IComponent

component , System.Windows.Forms.Control

owner ,
string

initialUrl , string

caption , string

filter , UrlBuilderOptions

options );
}




    / 873