Compartir a través de


HostedWebApplication.SubstituteQueryString Method (String)

Inserts a value from the context into a query string where the query string specifies it by using the syntax %valuename.

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim queryString As String
Dim returnValue As String

returnValue = Me.SubstituteQueryString(queryString)

Syntax

'Declaration
Protected Function SubstituteQueryString ( _
    queryString As String _
) As String
protected string SubstituteQueryString (
    string queryString
)
protected:
String^ SubstituteQueryString (
    String^ queryString
)
protected String SubstituteQueryString (
    String queryString
)
protected function SubstituteQueryString (
    queryString : String
) : String

Parameters

  • queryString
    String used for Query

Return Value

The query string, updated with context information is appropriate.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

HostedWebApplication Class
HostedWebApplication Members
Microsoft.Uii.Csr Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.