SPHttpUtility.HtmlEncode method (Int32)
為要以 HTML 標記或屬性值內的 HTML 標記括住的文字字串中擷取指定的整數。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Function HtmlEncode ( _
valueToEncode As Integer _
) As String
'用途
Dim valueToEncode As Integer
Dim returnValue As String
returnValue = SPHttpUtility.HtmlEncode(valueToEncode)
public static string HtmlEncode(
int valueToEncode
)
參數
valueToEncode
Type: System.Int32要編碼的整數。
傳回值
Type: System.String
編碼的字串。
備註
HtmlEncode方法可取代連字號、 雙引號、 單一的雙引號,較低層和大於-比具有適當的實體參考的字元。