Class FormAfterSubmitModeConstants
Represents constants for string representation of FormAfterSubmitModeEnum.
public static class FormAfterSubmitModeConstants
- Inheritance
-
objectFormAfterSubmitModeConstants
Fields
DISPLAY_MESSAGE
Should display a message.
public const string DISPLAY_MESSAGE = "message"
Field Value
- string
REDIRECT_TO_URL
Should redirect to a specific URL.
public const string REDIRECT_TO_URL = "URL"
Field Value
- string
REDIRECT_TO_WEBPAGE
Should redirect to a specific page.
public const string REDIRECT_TO_WEBPAGE = "web page"
Field Value
- string