The amp-form extension allows you to create forms to submit input fields in an AMP document.
More...
|
ASPOSE_EMAIL_SHARED_API System::SharedPtr< System::Collections::Generic::List< System::SharedPtr< FormField > > > | get_Fieldset () const |
| List of fields. More...
|
|
ASPOSE_EMAIL_SHARED_API FormMethod | get_Method () const |
| The method attribute tells the server about the request method. More...
|
|
ASPOSE_EMAIL_SHARED_API void | set_Method (FormMethod value) |
| The method attribute tells the server about the request method. More...
|
|
ASPOSE_EMAIL_SHARED_API FormTarget | get_Target () const |
| Indicates where to display the form response after submitting the form.The value must be _blank or _top. More...
|
|
ASPOSE_EMAIL_SHARED_API void | set_Target (FormTarget value) |
| Indicates where to display the form response after submitting the form.The value must be _blank or _top. More...
|
|
ASPOSE_EMAIL_SHARED_API System::String | get_Action () const |
| Specifies a server endpoint to handle the form input. The value must be an https URL (absolute or relative) and must not be a link to a CDN More...
|
|
ASPOSE_EMAIL_SHARED_API void | set_Action (System::String value) |
| Specifies a server endpoint to handle the form input. The value must be an https URL (absolute or relative) and must not be a link to a CDN More...
|
|
ASPOSE_EMAIL_SHARED_API System::String | get_ActionXhr () const |
| Specifies a server endpoint to handle the form input and submit the form via XMLHttpRequest (XHR). More...
|
|
ASPOSE_EMAIL_SHARED_API void | set_ActionXhr (System::String value) |
| Specifies a server endpoint to handle the form input and submit the form via XMLHttpRequest (XHR). More...
|
|
virtual ASPOSE_EMAIL_SHARED_API System::String | get_RequiredScript () |
| Required script that muct be added to head section. More...
|
|
virtual ASPOSE_EMAIL_SHARED_API System::String | ToAmpHtml () |
| Represents amp html version of component. More...
|
|
virtual ASPOSE_EMAIL_SHARED_API System::String | ToHtml () |
| Represents html version of component. More...
|
|
ASPOSE_EMAIL_SHARED_API | AmpForm () |
|
ASPOSE_EMAIL_SHARED_API System::SharedPtr< AmpAttributes > | get_Attributes () const |
| AMP provides a set of common attributes that are extended to many AMP components. More...
|
|
ASPOSE_EMAIL_SHARED_API System::String | get_Fallback () const |
| A fallback is a convention that allows the element to communicate to the reader that the browser does not support the element. More...
|
|
ASPOSE_EMAIL_SHARED_API void | set_Fallback (System::String value) |
| A fallback is a convention that allows the element to communicate to the reader that the browser does not support the element. More...
|
|
ASPOSE_EMAIL_SHARED_API System::SharedPtr< AmpComponent > | get_Placeholder () const |
| The element marked with the placeholder attribute acts as a placeholder for the parent AMP element. If specified, a placeholder element must be a direct child of the AMP element. More...
|
|
ASPOSE_EMAIL_SHARED_API void | set_Placeholder (System::SharedPtr< AmpComponent > value) |
| The element marked with the placeholder attribute acts as a placeholder for the parent AMP element. If specified, a placeholder element must be a direct child of the AMP element. More...
|
|
ASPOSE_EMAIL_SHARED_API | AmpComponent () |
|
The amp-form extension allows you to create forms to submit input fields in an AMP document.