C# 클래스 SpeakFriend.Utilities.Web.ParameterHandler

파일 보기 프로젝트 열기: teamaton/speak-lib 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Action Action
AppliesOnlyLocal bool
Description string
Name string

프로퍼티 상세

Action 공개적으로 프로퍼티

public Action Action
리턴 Action

AppliesOnlyLocal 공개적으로 프로퍼티

public bool AppliesOnlyLocal
리턴 bool

Description 공개적으로 프로퍼티

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

Name 공개적으로 프로퍼티

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