C# 클래스 Pcc.PccHandler

This is the base class for PCC request handlers.
파일 보기 프로젝트 열기: Accusoft/PCC-Viewer-CSharp-Database-Demo

공개 메소드들

메소드 설명
ProcessRequest ( HttpContext context, Match match ) : void

보호된 메소드들

메소드 설명
GetStringFromUrl ( HttpContext context, Match match, string parameterName ) : string

Tries to extract the document identification string from the url requested and return that string.

메소드 상세

GetStringFromUrl() 보호된 메소드

Tries to extract the document identification string from the url requested and return that string.
protected GetStringFromUrl ( HttpContext context, Match match, string parameterName ) : string
context System.Web.HttpContext Current HTTP context
match System.Text.RegularExpressions.Match Matching parameter found for the url being requested.
parameterName string Parameter name that is being matched or looked for to get its content or value
리턴 string

ProcessRequest() 공개 추상적인 메소드

public abstract ProcessRequest ( HttpContext context, Match match ) : void
context System.Web.HttpContext
match System.Text.RegularExpressions.Match
리턴 void