C# Class usertools.AuthenticationTester.InputField

Mostrar archivo 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_oe property

public InputTypes InputType
return InputTypes

Name public_oe property

public string Name
return string

Type public_oe property

public string Type
return string

Value public_oe property

public string Value
return string