CommerceContext.QueryStringBuilder Property (BCL)

The QueryStringBuilder property is the read-only QueryStringBuilder object used on the site.

Definition

[Visual Basic .NET]

Public ReadOnly Property QueryStringBuilder As QueryStringBuilder

[C#]

public QueryStringBuilder QueryStringBuilder{get;} 

Property Value

The QueryStringBuilder object used on the site.

Remarks

A default QueryStringBuilder object is always available.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.