IHtmlDefaultCopyOptions 介面

適用於版本2

提供 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 取得要插入在標記產生做為預設值之 Null 後面的 HTML 程式碼片段。 (繼承自 IHtmlCopyOptions。)
公用屬性 BeforeCodeSnippet 取得要插入在標記產生做為預設值之 Null 前面的 HTML 程式碼片段。 (繼承自 IHtmlCopyOptions。)
公用屬性 EmitSpanClass 取得發出做為預設值的跨距類別 Null。 (繼承自 IHtmlCopyOptions。)
公用屬性 EmitSpanStyle 取得發出做為預設值的跨距樣式 Null。 (繼承自 IHtmlCopyOptions。)
公用屬性 ReplaceLineBreaksWithBR 取得將分行符號取代為做為預設值的 BR Null。 (繼承自 IHtmlCopyOptions。)
公用屬性 Space 取得做為預設值的空格字串 Null。 (繼承自 IHtmlCopyOptions。)

上層

請參閱

參考

Microsoft.WebMatrix.Extensibility 命名空間