PortalSiteMapProvider.EncodeOutput-Eigenschaft
Ruft ab oder legt fest, ob in das HTML-Format der Title -Eigenschaft der einzelnen Objekte PortalSiteMapNode .
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
'Declaration
Public Property EncodeOutput As Boolean
Get
Set
'Usage
Dim instance As PortalSiteMapProvider
Dim value As Boolean
value = instance.EncodeOutput
instance.EncodeOutput = value
public bool EncodeOutput { get; set; }
Typ: System.Boolean
true zum Codieren; andernfalls false.
Dieser Wert wird standardmäßig auf false.
Verwenden Sie diese Eigenschaft beim Anfügen des Anbieters an das Menüsteuerelement, ASP.NET , der ausführt, die Title -Eigenschaft nicht HTML-codiert.