IHtmlCopyOptions Interface
Applies to v2.
Provides the options for Copy as HTML in editor.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Interface IHtmlCopyOptions
'Usage
Dim instance As IHtmlCopyOptions
public interface IHtmlCopyOptions
public interface class IHtmlCopyOptions
type IHtmlCopyOptions = interface end
public interface IHtmlCopyOptions
The IHtmlCopyOptions type exposes the following members.
Properties
Name | Description | |
---|---|---|
AfterCodeSnippet | Gets the HTML snippet to be inserted after the markup generated Null for default value. | |
BeforeCodeSnippet | Gets the HTML snippet to be inserted before the markup generated Null for default value. | |
EmitSpanClass | Gets the emit span class Null for default value. | |
EmitSpanStyle | Gets the emit span style Null for default value. | |
ReplaceLineBreaksWithBR | Gets the replace line break with BR Null for default value. | |
Space | Gets the space string Null for default value. |
Top
Remarks
In order to override default options, implement the interface fully and export it WebMatrix will only pick the first options it find in the MEF catalog.