IHtmlDefaultCopyOptions インターフェイス
v2 に適用されます。
HtmlCopyDefault オプションを提供します。
名前空間: Microsoft.WebMatrix.Extensibility
アセンブリ: Microsoft.WebMatrix.Extensibility (Microsoft.WebMatrix.Extensibility.dll)
構文
'宣言
Public Interface IHtmlDefaultCopyOptions _
Inherits IHtmlCopyOptions
'使用
Dim instance As IHtmlDefaultCopyOptions
public interface IHtmlDefaultCopyOptions : IHtmlCopyOptions
public interface class IHtmlDefaultCopyOptions : IHtmlCopyOptions
type IHtmlDefaultCopyOptions =
interface
interface IHtmlCopyOptions
end
public interface IHtmlDefaultCopyOptions extends IHtmlCopyOptions
IHtmlDefaultCopyOptions 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
![]() |
AfterCodeSnippet | 生成されたマークアップの後に挿入される HTML スニペットを取得します。既定値の場合は null (IHtmlCopyOptions から継承されています。) |
![]() |
BeforeCodeSnippet | 生成されたマークアップの前に挿入される HTML スニペットを取得します。既定値の場合は null (IHtmlCopyOptions から継承されています。) |
![]() |
EmitSpanClass | span class の生成を取得します。既定値の場合は null (IHtmlCopyOptions から継承されています。) |
![]() |
EmitSpanStyle | span style の生成を取得します。既定値の場合は null (IHtmlCopyOptions から継承されています。) |
![]() |
ReplaceLineBreaksWithBR | 改行の BR への置き換えを取得します。既定値の場合は null (IHtmlCopyOptions から継承されています。) |
![]() |
Space | スペース文字列を取得します。既定値の場合は null (IHtmlCopyOptions から継承されています。) |
先頭に戻る