HTMLInputElement.Accept

HTMLInputElement.Accept property

A comma-separated list of content types that a server processing this form will handle correctly. See the accept attribute definition in HTML 4.01.

public string Accept { get; set; }

See Also