C# Class Universe.Framework.Utilities.MultipartForm.Parameter

Inheritance: Element
Show file Open project: Virtual-Universe/Virtual-Universe

Public Properties

Property Type Description
Value string

Public Methods

Method Description
Parameter ( string name, string value ) : System

Method Details

Parameter() public method

public Parameter ( string name, string value ) : System
name string
value string
return System

Property Details

Value public property

public string Value
return string