C# Class FormProcessor.FormField

ファイルを表示 Open project: BellevueCollege/FormsProcessor

Private Properties

Property Type Description

Public Methods

Method Description
Create ( string name, string value, bool required = false ) : FormField

Method Details

Create() public static method

public static Create ( string name, string value, bool required = false ) : FormField
name string
value string
required bool
return FormField