HtmlDesignerAttribute.BuilderUrl 属性

获取属性的生成器网页的 URL。

命名空间:  Microsoft.SharePoint.WebPartPages
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public ReadOnly Property BuilderUrl As String
    Get
用法
Dim instance As HtmlDesignerAttribute
Dim value As String

value = instance.BuilderUrl
public string BuilderUrl { get; }

属性值

类型:System.String
String属性的生成器网页的 URL。

备注

若要禁用String自定义属性的默认文本输入生成器,作为属性上的HtmlDesigner属性参数指定BrowserBuilderType.NoBuilder 。若要使用静态的自定义生成器,请作为参数指定自定义生成器的 URL。若要使用动态的自定义生成器,作为参数指定BrowserBuilderType.Dynamic以及如何重写WebPart.GetCustomBuilder返回动态的自定义生成器的 URL。.NET Framework 将在运行时获取 URL 调用WebPart.GetCustomBuilder(propertyname) 。

另请参阅

引用

HtmlDesignerAttribute 类

HtmlDesignerAttribute 成员

Microsoft.SharePoint.WebPartPages 命名空间