ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / PopupTagHelper Class / DialogResultSubmit Property

In This Topic
    DialogResultSubmit Property (PopupTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Popup.DialogResultSubmit. Sets a string to be used as a dialogResult when the dialog is hosted by a form element and the user submits the form.
    Syntax
    'Declaration
     
    Public Property DialogResultSubmit As String
    public string DialogResultSubmit {get; set;}
    See Also