Parses matrix route pattern.
In addition to URL route pattern format supports the following:
;name requires matrix attribute to present. Corresponds to rmatchMatrixAttr('name').
;name
rmatchMatrixAttr('name')
;name=value requires matrix attribute to have the given value. Corresponds to rmatchMatrixAttr('name', 'value').
;name=value
rmatchMatrixAttr('name', 'value')
Generated using TypeDoc
Parses matrix route pattern.
In addition to URL route pattern format supports the following:
;name
requires matrix attribute to present. Corresponds tormatchMatrixAttr('name')
.;name=value
requires matrix attribute to have the given value. Corresponds tormatchMatrixAttr('name', 'value')
.