Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Canonicalize
Strategies
WwwStrategy
C# Class Canonicalize.Strategies.WwwStrategy
URL canonicalization strategy ensuring a host name including the www domain prefix.
Inheritance:
IUrlStrategy
Afficher le fichier
Open project: schourode/canonicalize
Class Usage Examples
Méthodes publiques
Méthode
Description
Apply
(
UriBuilder
uri
) :
void
Adds "www." to the beginning of the host name, if not present.
Method Details
Apply()
public
méthode
Adds "www." to the beginning of the host name, if not present.
public
Apply
(
UriBuilder
uri
) :
void
uri
System.UriBuilder
The URL to be canonicalized.
Résultat
void