NavTargetGetQueryParams Method |
Get any custom query parameters for this target as specified in the target's
QueryParams property.
Any such parameters will be resolved for embedded functions. See
EmbeddedParser for more information on
embedded functions.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string GetQueryParams(
IAppContext cxt
)
Public Function GetQueryParams (
cxt As IAppContext
) As String
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context
Return Value
Type:
StringThe query params, if any, resolved for embedded funtions.
See Also