Table of Contents

Method ReadContentAsString

Namespace: Sisk.Core.Entity
Assembly: Sisk.Core.dll

ReadContentAsString(Encoding)

Reads the content bytes with the given encoder.

public string ReadContentAsString(Encoding encoder)

Parameters

encoder Encoding

Returns

string

ReadContentAsString()

Reads the content bytes using the HTTP request content-encoding.

public string ReadContentAsString()

Returns

string