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 | |
---|---|---|
AfterCodeSnippet | Gets the HTML snippet to be inserted after the markup generated Null for default value. (Inherited from IHtmlCopyOptions.) | |
BeforeCodeSnippet | Gets the HTML snippet to be inserted before the markup generated Null for default value. (Inherited from IHtmlCopyOptions.) | |
EmitSpanClass | Gets the emit span class Null for default value. (Inherited from IHtmlCopyOptions.) | |
EmitSpanStyle | Gets the emit span style Null for default value. (Inherited from IHtmlCopyOptions.) | |
ReplaceLineBreaksWithBR | Gets the replace line break with BR Null for default value. (Inherited from IHtmlCopyOptions.) | |
Space | Gets the space string Null for default value. (Inherited from IHtmlCopyOptions.) |
Top