Home
About
Testimonials
Demos
Download
Documentation
Forum
Development
Class Finder
Tutorials
Class Docs
API Manual
Wiki
Namespace:
System.Web
Inheritance:
TComponent
»
TUrlMappingPattern
Properties
|
Events
|
Methods
|
Derived classes
|
All classes
Properties
Name
Type
Description
CaseSensitive
boolean
whether the Pattern should be treated as case sensititve.
EnableCustomUrl
boolean
Returns a value indicating whether to use this pattern to construct URL.
R
IsWildCardPattern
boolean
whether this pattern is a wildcard pattern @since 3.
R
Manager
TUrlManager
the URL manager instance.
RP
ParameterizedPattern
string
Substitute the parameter key value pairs as named groupings in the regular expression matching pattern.
Parameters
TAttributeCollection
parameter key value pairs.
Pattern
string
url pattern to match.
RegularExpression
string
full regular expression mapping pattern.
ServiceID
string
service id.
ServiceParameter
string
service parameter, such as page class name.
UrlFormat
THttpRequestUrlFormat
the format of URLs.
UrlParamSeparator
string
separator used to separate GET variable name and value when URL format is Path.
Events
Methods
Name
Description
addParsedObject
Processes an object that is created during parsing template. (inherited from
TComponent
)
attachEventHandler
Attaches an event handler to an event. (inherited from
TComponent
)
canGetProperty
Determines whether a property can be read. (inherited from
TComponent
)
canSetProperty
Determines whether a property can be set. (inherited from
TComponent
)
constructUrl
Constructs a URL using this pattern.
createdOnTemplate
This method is invoked after the component is instantiated by a template. (inherited from
TComponent
)
detachEventHandler
Detaches an existing event handler. (inherited from
TComponent
)
evaluateExpression
Evaluates a PHP expression in the context of this control. (inherited from
TComponent
)
evaluateStatements
Evaluates a list of PHP statements. (inherited from
TComponent
)
getEventHandlers
Returns the list of attached event handlers for an event. (inherited from
TComponent
)
getPatternMatches
Uses URL pattern (or full regular expression if available) to match the given url path.
getSubProperty
Evaluates a property path. (inherited from
TComponent
)
hasEvent
Determines whether an event is defined. (inherited from
TComponent
)
hasEventHandler
whether an event has been attached one or several handlers. (inherited from
TComponent
)
hasProperty
Determines whether a property is defined. (inherited from
TComponent
)
init
Initializes the pattern.
raiseEvent
Raises an event. (inherited from
TComponent
)
setSubProperty
Sets a value to a property path. (inherited from
TComponent
)
supportCustomUrl
whether this pattern IS the one for constructing the URL with the specified GET items.
Derived classes