Partager via


SPEncode.WriteNoEncodeWithQuote - Méthode (HttpResponse, String, Char)

S'applique à aucun codage à la chaîne spécifiée et écrit la chaîne entre guillemets dans le flux de contenu de sortie HTTP.

Espace de noms :  Microsoft.SharePoint.Utilities
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Shared Sub WriteNoEncodeWithQuote ( _
    response As HttpResponse, _
    str As String, _
    quoteChar As Char _
)
'Utilisation
Dim response As HttpResponse
Dim str As String
Dim quoteChar As CharSPEncode.WriteNoEncodeWithQuote(response, _
    str, quoteChar)
public static void WriteNoEncodeWithQuote(
    HttpResponse response,
    string str,
    char quoteChar
)

Paramètres

  • quoteChar
    Type : System.Char

    Un objet System.Char qui spécifie le caractère à utiliser pour les guillemets.

Voir aussi

Référence

SPEncode classe

SPEncode - Membres

WriteNoEncodeWithQuote - Surcharge

Microsoft.SharePoint.Utilities - Espace de noms