Suoranta.WebApp.Types Namespace
Suoranta.WebApp - Developer API

FormOptions..::..Url Property

Note: This API is now obsolete.
Gets or sets

Field Value

the value of the form action URI.

Namespace:  Suoranta.WebApp.View.RazorHelpers
Assembly:  Suoranta.WebApp (in Suoranta.WebApp.dll)

Syntax


[ObsoleteAttribute]
[HtmlAttribute]
public string Url { get; set; }

Remarks


This option is retained for backward compatibility with [System.Web.Mvc.Ajax.AjaxOptions]. WebApp prefers the value set through [AjaxHelper{T}.BeginForm(string, string, string)], which is written to the action attribute of the form element.