Name | Description | |
---|---|---|
SiteMapDiscovery Constructor | creates a site-map discovery object used with url validation |
The following tables list the members exposed by SiteMapDiscovery.
Name | Description | |
---|---|---|
SiteMapDiscovery Constructor | creates a site-map discovery object used with url validation |
Name | Description | |
---|---|---|
PageRequestGroupId | Gets or sets the page request group identifier. | |
Path | the path in the site, this is a "relative" URL of the page sending the linked pages. | |
Root | The root of the page sending the linked pages | |
SessionId | session Id assigned by ASP.net to the users session | |
TraceIdentifier | Gets or sets the trace identifier for the page. | |
Url | The full URL of the page sending the linked pages. | |
UserId | The user ID as set by the script |
Name | Description | |
---|---|---|
Equals | Overloaded. Determines whether the specified System.Object is equal to this instance. | |
GetHashCode | Returns a hash code for this instance. | |
IsValid | Model validation for a given model in context to the user that might have been sending it. It can be that a model contains good data, but the model was generated by a re-play or generated during a penetration attempt |
Name | Description | |
---|---|---|
TryParse<T,TSender> | implements parsing to cast a type from string to a type |