C# Class usertools.AuthenticationTester.InputField

Show file Open project: mcorrientes/Web-Security-Toolset

Public Properties

Property Type Description
InputType InputTypes
Name string
Type string
Value string

Public Methods

Method Description
InputField ( ) : System

Method Details

InputField() public method

public InputField ( ) : System
return System

Property Details

InputType public property

public InputTypes InputType
return InputTypes

Name public property

public string Name
return string

Type public property

public string Type
return string

Value public property

public string Value
return string