共用方式為


ManagedLinkAttribute.Fixup property

取得或設定值,這個值會決定是否應該修正該連結。

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Property Fixup As Boolean
    Get
    Set
'用途
Dim instance As ManagedLinkAttribute
Dim value As Boolean

value = instance.Fixup

instance.Fixup = value
public bool Fixup { get; set; }

Property value

Type: System.Boolean
true如果應該修正該連結。否則, false。

請參閱

參照

ManagedLinkAttribute class

ManagedLinkAttribute members

Microsoft.SharePoint.WebPartPages namespace