Table of Contents

Class UrlParameter

Namespace
nanoFramework.WebServer
Assembly
nanoFramework.WebServer.dll

Represent an URL parameter Name=Value

public class UrlParameter
Inheritance
UrlParameter
Inherited Members
Extension Methods

Constructors

UrlParameter()

public UrlParameter()

Properties

Name

Name of the parameter

public string Name { get; set; }

Property Value

string

Value

Valeu of the parameter

public string Value { get; set; }

Property Value

string