C# Class SpeakFriend.Utilities.Web.ParameterHandler

Afficher le fichier Open project: teamaton/speak-lib Class Usage Examples

Méthodes publiques

Свойство Type Description
Action Action
AppliesOnlyLocal bool
Description string
Name string

Property Details

Action public_oe property

public Action Action
Résultat Action

AppliesOnlyLocal public_oe property

public bool AppliesOnlyLocal
Résultat bool

Description public_oe property

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

Name public_oe property

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