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.
Applies no encoding to the specified integer and writes the integer to the HTTP output content stream.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Sub WriteNoEncode ( _
response As HttpResponse, _
number As Integer _
)
'Usage
Dim response As HttpResponse
Dim number As IntegerSPEncode.WriteNoEncode(response, number)
public static void WriteNoEncode(
HttpResponse response,
int number
)
Parameters
response
Type: System.Web.HttpResponseThe System.HttpResponse object for the current HTTP request.
number
Type: System.Int32The 32-bit integer to write but not encode.