Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Encodes the resource string by using HTML encoding.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Function Encode ( _
str As String _
) As String
'Usage
Dim str As String
Dim returnValue As String
returnValue = Me.Encode(str)
protected override string Encode(
string str
)
Parameters
str
Type: System.StringThe string to be encoded.
Return value
Type: System.String
String
A string that is HTML encoded.
See also
Reference
SPHtmlEncodedResourceExpressionBuilder class