C# Class Subtext.Framework.Tracking.SourceVerificationEventArgs

Event arguments for the SourceVerification event.
Inheritance: System.EventArgs
Afficher le fichier Open project: ayende/Subtext Class Usage Examples

Méthodes publiques

Méthode Description
SourceVerificationEventArgs ( Uri sourceUrl, Uri entryUrl ) : System

Initializes a new instance of the SourceVerificationEventArgs class.

Method Details

SourceVerificationEventArgs() public méthode

Initializes a new instance of the SourceVerificationEventArgs class.
public SourceVerificationEventArgs ( Uri sourceUrl, Uri entryUrl ) : System
sourceUrl System.Uri The source URL.
entryUrl System.Uri The entry URL.
Résultat System