Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Canonicalize
Strategies
WwwStrategy
C# 클래스 Canonicalize.Strategies.WwwStrategy
URL canonicalization strategy ensuring a host name including the www domain prefix.
상속:
IUrlStrategy
파일 보기
프로젝트 열기: schourode/canonicalize
1 사용 예제들
공개 메소드들
메소드
설명
Apply
(
UriBuilder
uri
) :
void
Adds "www." to the beginning of the host name, if not present.
메소드 상세
Apply()
공개
메소드
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.
리턴
void