Table of Contents

Class UrlResolveResult

Namespace
Dynamicweb.Frontend.UrlHandling
Assembly
Dynamicweb.dll

This contains ResolvedQuerystring and RemainingPartOfPath.

public class UrlResolveResult
Inheritance
UrlResolveResult
Inherited Members

Properties

RemainingPartOfPath

The remaining part of path, i.e. /mypage.

public string RemainingPartOfPath { get; set; }

Property Value

string

ResolvedQuerystring

The resolved querystring, i.e. productid=prod12.

public string ResolvedQuerystring { get; set; }

Property Value

string
To top