URL 関数
URL に関する処理を行うためにこれらの関数を用います。
URL に関する処理を行うためにこれらの関数を用います。
urls.AbsLangURL INPUT ⟼ stringReturns an absolute URL with a language prefix, if any. 詳しく見る »
urls.AbsURL INPUT ⟼ stringReturns an absolute URL. 詳しく見る »
urls.Anchorize INPUT ⟼ stringReturns the given string, sanitized for usage in an HTML id attribute. 詳しく見る »
urls.JoinPath ELEMENT... ⟼ stringJoins the provided elements into a URL string and cleans the result of any ./ or ../ elements. If the argument list is empty, JoinPath returns an empty string. 詳しく見る »
urls.Parse URL ⟼ url.URLParses a URL into a URL structure. 詳しく見る »
urls.RelLangURL INPUT ⟼ stringReturns a relative URL with a language prefix, if any. 詳しく見る »
urls.RelRef PAGE PATH ⟼ stringReturns the relative permalink to a page at the given path. 詳しく見る »
urls.RelURL INPUT ⟼ stringReturns a relative URL. 詳しく見る »
urls.URLize INPUT ⟼ stringReturns the given string, sanitized for usage in a URL. 詳しく見る »