IHtmlCopyOptions.BeforeCodeSnippet Property
Applies to v2.
Gets the HTML snippet to be inserted before the markup generated Null for default value.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
ReadOnly Property BeforeCodeSnippet As String
Get
'Usage
Dim instance As IHtmlCopyOptions
Dim value As String
value = instance.BeforeCodeSnippet
string BeforeCodeSnippet { get; }
property String^ BeforeCodeSnippet {
String^ get ();
}
abstract BeforeCodeSnippet : string
function get BeforeCodeSnippet () : String
Property Value
Type: System.String
The HTML snippet to be inserted before the markup generated Null.