FindMatch

<< Click to Display Table of Contents >>

Navigation:  Classes > THandlers > Methods >

FindMatch

Given a path (URL) it finds the TContentBase registered to that path.

 

SIGNATURE=IW.Content.Handlers.THandlers.FindMatch@string

 

ETYPE=Method

 

Declaration:

Delphi:

public class function FindMatch(aFullPath: string): TContentBase;

C++:

public: __fastcall TContentBase FindMatch(String aFullPath);

 

Description: This is FindMatch, a member of class THandlers.

 

Parameters:

 

aFullPath (string): Path or URL of the request

 

Result: the registered TContentBase instance, or nil if not matches the path.