SPEncode.WriteNoEncode Method (HttpResponse, Int32)

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)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedExternalType)> _
Public Shared Sub WriteNoEncode ( _
    response As HttpResponse, _
    number As Integer _
)
'Usage
Dim response As HttpResponse
Dim number As IntegerSPEncode.WriteNoEncode(response, number)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedExternalType)]
public static void WriteNoEncode(
    HttpResponse response,
    int number
)

Parameters

  • number
    Type: System.Int32

    The 32-bit integer to write but not encode.

See Also

Reference

SPEncode Class

SPEncode Members

WriteNoEncode Overload

Microsoft.SharePoint.Utilities Namespace