C# 클래스 Subtext.Framework.UrlManager.HttpHandler

Class used to match URLS to the controls that render the URL.
파일 보기 프로젝트 열기: ayende/Subtext 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Instance ( ) : object
IsMatch ( string url ) : bool

Returns true if the regex matches the specified URL.

메소드 상세

Instance() 공개 메소드

public Instance ( ) : object
리턴 object

IsMatch() 공개 메소드

Returns true if the regex matches the specified URL.
public IsMatch ( string url ) : bool
url string URL.
리턴 bool