AnonymousIdentificationEventHandler Delegat
W tym artykule
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Reprezentuje metodę, która obsługuje zdarzenie AnonymousIdentification_Creating obiektu AnonymousIdentificationModule.
public delegate void AnonymousIdentificationEventHandler(System::Object ^ sender, AnonymousIdentificationEventArgs ^ e);
public delegate void AnonymousIdentificationEventHandler(object sender, AnonymousIdentificationEventArgs e);
type AnonymousIdentificationEventHandler = delegate of obj * AnonymousIdentificationEventArgs -> unit
Public Delegate Sub AnonymousIdentificationEventHandler(sender As Object, e As AnonymousIdentificationEventArgs)
- sender
- Object
Źródło zdarzenia.
Element AnonymousIdentificationEventArgs zawierający dane zdarzenia.
W poniższym przykładzie kodu użyto zdarzenia AnonymousIdentification_Creating w celu ustawienia identyfikatora anonimowego na wartość niestandardową.
public void AnonymousIdentification_Creating(object sender,
AnonymousIdentificationEventArgs args)
{
args.AnonymousID = Samples.AspNet.Security.MyIdClass.GetAnonymousId();
Samples.AspNet.Security.MyIdClass.LogAnonymousId(args.AnonymousID);
}
Public Sub AnonymousIdentification_Creating(sender As Object, _
args As AnonymousIdentificationEventArgs)
args.AnonymousID = Samples.AspNet.Security.MyIdClass.GetAnonymousId()
Samples.AspNet.Security.MyIdClass.LogAnonymousId(args.AnonymousId)
End Sub
Delegat AnonymousIdentificationEventHandler jest zdefiniowany dla Creating zdarzenia AnonymousIdentificationModule klasy. Dostęp do zdarzenia AnonymousIdentificationModule klasy można uzyskaćCreating, określając podproceduty o nazwie AnonymousIdentification_Creating w pliku Global.asax dla aplikacji ASP.NET. Zdarzenie Creating jest zgłaszane podczas PostAuthenticateRequest zdarzenia.
Obiekt AnonymousIdentificationModule tworzy AnonymousIdentificationEventArgs obiekt przy użyciu prądu HttpContext i przekazuje go do zdarzenia AnonymousIdentification_Creating .
Możesz użyć AnonymousID właściwości obiektu dostarczonego AnonymousIdentificationEventArgs do zdarzenia AnonymousIdentification_Creating , aby ustawić identyfikator anonimowy na wartość niestandardową. Jeśli nie określisz wartości właściwości AnonymousID podczas zdarzenia AnonymousIdentification_Creating , zostanie użyta Guid wartość .
Zdarzenie AnonymousIdentification_Creating jest zgłaszane tylko wtedy, gdy identyfikacja anonimowa polega Enabled na <ustawieniu elementu konfiguracji anonymousIdentification> na true
wartość .
Get |
Pobiera obiekt reprezentujący metodę reprezentowaną przez określonego delegata. |
Produkt | Wersje |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Opinia o produkcie .NET
.NET to projekt typu open source. Wybierz link, aby przekazać opinię: