Share via


SPEncode.WriteNoEncode Method (HttpResponse, String)

Applies no encoding to the specified string and writes the string 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, _
    str As String _
)
'Usage
Dim response As HttpResponse
Dim str As StringSPEncode.WriteNoEncode(response, str)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedExternalType)]
public static void WriteNoEncode(
    HttpResponse response,
    string str
)

Parameters

See Also

Reference

SPEncode Class

SPEncode Members

WriteNoEncode Overload

Microsoft.SharePoint.Utilities Namespace