C# 클래스 Core.Web.Helpers.UrlExtensions

Extends UrlHelper functionality.
파일 보기 프로젝트 열기: coreframework/Core-Framework

공개 메소드들

메소드 설명
EncodeForSEO ( this helper, String unencodedUrl ) : String

Encodes url for SEO.

RootUrl ( this url ) : String

Generate site root url.

메소드 상세

EncodeForSEO() 공개 정적인 메소드

Encodes url for SEO.
public static EncodeForSEO ( this helper, String unencodedUrl ) : String
helper this The helper.
unencodedUrl String The unencoded URL.
리턴 String

RootUrl() 공개 정적인 메소드

Generate site root url.
public static RootUrl ( this url ) : String
url this The URL helper instance that this method extends.
리턴 String