C# Class SpeakFriend.Utilities.Web.ParameterHandler

Datei anzeigen Open project: teamaton/speak-lib Class Usage Examples

Public Properties

Property Type Description
Action Action
AppliesOnlyLocal bool
Description string
Name string

Property Details

Action public_oe property

public Action Action
return Action

AppliesOnlyLocal public_oe property

public bool AppliesOnlyLocal
return bool

Description public_oe property

The description of what the Handler is supposed to, do with the caught parameter.
public string Description
return string

Name public_oe property

The name of the URL parameter to catch For eg: "domain.com?name=value"
public string Name
return string