Class UrlMapping
Url map entry
Inheritance
System.Object
UrlMapping
Namespace: PnP.Framework.Modernization.Entities
Assembly: PnP.Framework.dll
Syntax
public class UrlMapping : object
Properties
SourceUrl
Url to be replaced
Declaration
public string SourceUrl { get; set; }
Property Value
System.String
|
TargetUrl
Url replacement value
Declaration
public string TargetUrl { get; set; }
Property Value
System.String
|