HtmlEmbed.Src Property

Definition

Gets or sets the src attribute.

public:
 property System::String ^ Src { System::String ^ get(); void set(System::String ^ value); };
public string Src { get; set; }
member this.Src : string with get, set
Public Property Src As String

Property Value

The src attribute.

Applies to

See also