PageTitle.ImageUrl 属性
获取或设置页标题将显示的图像的 URL。
命名空间: Microsoft.SharePoint.Portal.WebControls
程序集: Microsoft.SharePoint.Portal(位于 Microsoft.SharePoint.Portal.dll 中)
语法
声明
Public Property ImageUrl As String
Get
Set
用法
Dim instance As PageTitle
Dim value As String
value = instance.ImageUrl
instance.ImageUrl = value
public string ImageUrl { get; set; }