DirectiveBaseSubstitution Property |
Gets or sets the substitution upon successful match of the pattern.
Namespace: ConnectedApps.Cms.Entities.RewriteAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Substitution { get; set; }
Public Property Substitution As String
Get
Set
public:
property String^ Substitution {
String^ get ();
void set (String^ value);
}
member Substitution : string with get, set
Property Value
Type:
String
See Also