IHtmlDefaultCopyOptions Interface

Applies to v2.

Provides the HtmlCopyDefault options.

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

Syntax

'Declaration
Public Interface IHtmlDefaultCopyOptions _
    Inherits IHtmlCopyOptions
'Usage
Dim instance As IHtmlDefaultCopyOptions
public interface IHtmlDefaultCopyOptions : IHtmlCopyOptions
public interface class IHtmlDefaultCopyOptions : IHtmlCopyOptions
type IHtmlDefaultCopyOptions =  
    interface 
        interface IHtmlCopyOptions 
    end
public interface IHtmlDefaultCopyOptions extends IHtmlCopyOptions

The IHtmlDefaultCopyOptions type exposes the following members.

Properties

  Name Description
Public property AfterCodeSnippet Gets the HTML snippet to be inserted after the markup generated Null for default value. (Inherited from IHtmlCopyOptions.)
Public property BeforeCodeSnippet Gets the HTML snippet to be inserted before the markup generated Null for default value. (Inherited from IHtmlCopyOptions.)
Public property EmitSpanClass Gets the emit span class Null for default value. (Inherited from IHtmlCopyOptions.)
Public property EmitSpanStyle Gets the emit span style Null for default value. (Inherited from IHtmlCopyOptions.)
Public property ReplaceLineBreaksWithBR Gets the replace line break with BR Null for default value. (Inherited from IHtmlCopyOptions.)
Public property Space Gets the space string Null for default value. (Inherited from IHtmlCopyOptions.)

Top

See Also

Reference

Microsoft.WebMatrix.Extensibility Namespace