C# Class SpeakFriend.Utilities.Web.ParameterHandler

Show file 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 property

public Action Action
return Action

AppliesOnlyLocal public property

public bool AppliesOnlyLocal
return bool

Description public property

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

Name public property

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