IHtmlCopyOptions.ReplaceLineBreaksWithBR Property

Applies to v2.

Gets the replace line break with BR Null for default value.

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>

Property Value

Type: System.Nullable<Boolean>
The replace line break with BR Null for default value.

See Also

Reference

IHtmlCopyOptions Interface

Microsoft.WebMatrix.Extensibility Namespace