FormEditor.AddInput
AddInput(string)
Yeni bir tane oluştururInputElement
ve formun sonuna ekler.
public InputElement AddInput(string name)
Parametre | Tip | Tanım |
---|---|---|
name | String | giriş öğesinin adı |
Geri dönüş değeri
Yeni oluşturulanı döndürürInputElement
.
Ayrıca bakınız
- class InputElement
- class FormEditor
- ad alanı Aspose.Html.Forms
- toplantı Aspose.HTML
AddInput(string, InputElementType)
Yeni bir tane oluştururInputElement
ve formun sonuna ekler.
public InputElement AddInput(string name, InputElementType type)
Parametre | Tip | Tanım |
---|---|---|
name | String | giriş öğesinin adı |
type | InputElementType | giriş elemanı tipi |
Geri dönüş değeri
Yeni oluşturulanı döndürürInputElement
.
Ayrıca bakınız
- class InputElement
- enum InputElementType
- class FormEditor
- ad alanı Aspose.Html.Forms
- toplantı Aspose.HTML