Interface IUrlAssembler
Namespace: Umbraco.Cms.Core.Routing
Assembly: Umbraco.Core.dll
Syntax
public interface IUrlAssembler
Methods
View SourceAssembleUrl(String, Uri, UrlMode)
Declaration
Uri AssembleUrl(string path, Uri current, UrlMode mode)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | |
Uri | current | |
UrlMode | mode |
Returns
Type | Description |
---|---|
Uri |