HTMLInputElement.Src

HTMLInputElement.Src property

When the type attribute has the value “image”, this attribute specifies the location of the image to be used to decorate the graphical submit button. See the src attribute definition in HTML 4.01.

public string Src { get; set; }

See Also