CookieHandler.MatchCookiePath(Uri, Uri) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If the target domain is within the cookie domain and the target path is within the cookie path, match the casing of the cookie path portion.
public:
virtual System::String ^ MatchCookiePath(Uri ^ baseUri, Uri ^ targetUri);
public virtual string MatchCookiePath (Uri baseUri, Uri targetUri);
abstract member MatchCookiePath : Uri * Uri -> string
override this.MatchCookiePath : Uri * Uri -> string
Public Overridable Function MatchCookiePath (baseUri As Uri, targetUri As Uri) As String
Parameters
- baseUri
- Uri
The base URL of the request.
- targetUri
- Uri
The URL to match.
Returns
Returns String.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.