RequestUrlAliasParts Property |
Gets an collection of parts of the URL, separated by /
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string[] AliasParts { get; set; }
Public Property AliasParts As String()
Get
Set
public:
property array<String^>^ AliasParts {
array<String^>^ get ();
void set (array<String^>^ value);
}
member AliasParts : string[] with get, set
Property Value
Type:
String
See Also