控件是否为 HTML 编码的标题值。默认的 ASP.NET 2.0 菜单未进行编码标题以便提供此选项是为了向后兼容性。
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property EncodeTitle As Boolean
Get
Set
用法
Dim instance As MobileAspMenu
Dim value As Boolean
value = instance.EncodeTitle
instance.EncodeTitle = value
public bool EncodeTitle { get; set; }