Freigeben über


IHtmlCopyOptions.ReplaceLineBreaksWithBR-Eigenschaft

Die folgenden Ausführungen gelten für v2.

Ruft das Ersetzen der Zeilenschaltung durch den BR-Wert Null als Standardwert ab.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
ReadOnly Property ReplaceLineBreaksWithBR As Nullable(Of Boolean)
    Get
'Usage
Dim instance As IHtmlCopyOptions 
Dim value As Nullable(Of Boolean)

value = instance.ReplaceLineBreaksWithBR
Nullable<bool> ReplaceLineBreaksWithBR { get; }
property Nullable<bool> ReplaceLineBreaksWithBR {
    Nullable<bool> get ();
}
abstract ReplaceLineBreaksWithBR : Nullable<bool>
function get ReplaceLineBreaksWithBR () : Nullable<boolean>

Eigenschaftswert

Typ: System.Nullable<Boolean>
Das Ersetzen der Zeilenschaltung durch den BR-Wert Null als Standardwert.

Siehe auch

Verweis

IHtmlCopyOptions Schnittstelle

Microsoft.WebMatrix.Extensibility-Namespace