ValidationHelper.FormField Property
Gets the name of the current form. This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: System.Web.WebPages
Assembly: System.Web.WebPages (in System.Web.WebPages.dll)
Syntax
'Declaration
Public ReadOnly Property FormField As String
Get
'Usage
Dim instance As ValidationHelper
Dim value As String
value = instance.FormField
public string FormField { get; }
public:
property String^ FormField {
String^ get ();
}
member FormField : string
function get FormField () : String
Property Value
Type: System.String
The name.