Bagikan melalui


XhtmlMobileTextWriter.SuppressNewLine Properti

Definisi

Menunjukkan apakah WriteLine() metode harus menulis string terminator baris ke aliran output. API ini kedaluarsa. Untuk informasi tentang cara mengembangkan aplikasi seluler ASP.NET, lihat Situs & Mobile Apps dengan ASP.NET.

public:
 property bool SuppressNewLine { bool get(); void set(bool value); };
public bool SuppressNewLine { get; set; }
member this.SuppressNewLine : bool with get, set
Public Property SuppressNewLine As Boolean

Nilai Properti

true untuk menekan string terminator baris, atau false untuk menulis string terminator baris ke output.

Keterangan

Properti ini harus diinisialisasi oleh adaptor halaman, dan digunakan terutama oleh pengembang halaman seluler kustom dan adaptor kontrol.

Berlaku untuk

Lihat juga