Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NRenderSessionStateManager Class / BuildIdQueryString Method


In This Topic
    BuildIdQueryString Method (NRenderSessionStateManager)
    In This Topic
    Provides a query string part for state identification transport over http.
    Syntax
    'Declaration
     
    
    Public Overrides Function BuildIdQueryString() As System.String
    'Usage
     
    
    Dim instance As NRenderSessionStateManager
    Dim value As System.String
     
    value = instance.BuildIdQueryString()
    public override System.string BuildIdQueryString()

    Return Value

    A query string part.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also