共用方式為


SPHttpUtility.HtmlEncode method (Guid)

會使用指定的 GUID,用於以 HTML 標記之間的文字或 HTML 標記內的屬性值為字串的編碼。

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

Syntax

'宣告
Public Shared Function HtmlEncode ( _
    valueToEncode As Guid _
) As String
'用途
Dim valueToEncode As Guid
Dim returnValue As String

returnValue = SPHttpUtility.HtmlEncode(valueToEncode)
public static string HtmlEncode(
    Guid valueToEncode
)

參數

  • valueToEncode
    Type: System.Guid

    System.Guid物件,包含 GUID。

傳回值

Type: System.String
編碼的字串。

備註

HtmlEncode方法可取代連字號、 雙引號、 單一的雙引號,較低層和大於-比具有適當的實體參考的字元。

請參閱

參照

SPHttpUtility class

SPHttpUtility members

HtmlEncode overload

Microsoft.SharePoint.Utilities namespace