次の方法で共有


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 から継承されています。)

先頭に戻る

関連項目

参照

Microsoft.WebMatrix.Extensibility 名前空間