System: OpenText™ Web Site Management Server
Release: 16.0.3
Microsoft Docs: .NET Framework 4.6.1
Namespace: System
Vererbung: Object → String
String
.String
bereitgestellt.
Quelle: Microsoft .NET Framework
objectString.Length
<%!! Context:CurrentPage.Headline.Length !!%>
<%!! RdObj:CurrentPage.Headline.Length !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.Length" /> </reddot:cms>
Quelle: OpenText Web Site Management Server
Hinweis: Derzeit sind keine speziellen und zusätzlichen Eigenschaften bekannt.
Quelle: Microsoft .NET Framework
objectString.Compare(String:value, String:value)
<%!! Escape:EmptyString.Compare(String:Hello, String:World) !!%>
<%!! RdEscape:EmptyString.Compare(RdString:Hello, RdString:World) !!%>
<reddot:cms> <output type="object" object="Escape:EmptyString.Compare(String:Hello, String:World)" /> </reddot:cms>
objectString.CompareTo(String:value)
<%!! Context:CurrentPage.Headline.CompareTo(Context:CurrentMasterPage.Headline) !!%>
<%!! RdObj:CurrentPage.Headline.CompareTo(RdObj:CurrentMasterPage.Headline) !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.CompareTo(Context:CurrentMasterPage.Headline)" /> </reddot:cms>
objectString.CompareTo(String:value)
<%!! Context:CurrentPage.Headline.CompareTo(String:Hello World) !!%>
<%!! RdObj:CurrentPage.Headline.CompareTo(RdString:Hello World) !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.CompareTo(String:Hello World)" /> </reddot:cms>
Concat(String, String [, String])
objectString.Concat(String:value, String:value)
<%!! Escape:EmptyString.Concat(String:Hello, String: World) !!%>
<%!! RdEscape:EmptyString.Concat(RdString:Hello, RdString: World) !!%>
<reddot:cms> <output type="object" object="Escape:EmptyString.Concat(String:Hello, String: World)" /> </reddot:cms>
objectString.Concat(Array:values)
<%!! Array:CreateInStore(String:objStringArray, String:Hello, Escape:Space, String:World) !!%> <%!! Escape:EmptyString.Concat(Store:Get(String:objStringArray)) !!%>
<%!! Array:CreateInStore(RdString:objStringArray, RdString:Hello, RdEscape:Space, RdString:World) !!%> <%!! RdEscape:EmptyString.Concat(RdStore:Get(RdString:objStringArray)) !!%>
<reddot:cms> <store key="objStringArray" object="Array:Create(String:Hello, Escape:Space, String:World)" /> <output type="object" object="Escape:EmptyString.Concat(Store:Get(String:objStringArray))" /> </reddot:cms>
objectString.Contains(String:value)
<%!! Context:CurrentPage.Headline.Contains(String:Hello) !!%>
<%!! RdObj:CurrentPage.Headline.Contains(RdString:Hello) !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.Contains(String:Hello)" /> </reddot:cms>
objectString.EndsWith(String:value)
<%!! Context:CurrentPage.Headline.EndsWith(String:World) !!%>
<%!! RdObj:CurrentPage.Headline.EndsWith(RdString:World) !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.EndsWith(String:World)" /> </reddot:cms>
objectString.Equals(String:value)
<%!! Context:CurrentPage.Headline.Equals(Context:CurrentMasterPage.Headline) !!%>
<%!! RdObj:CurrentPage.Headline.Equals(RdObj:CurrentMasterPage.Headline) !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.Equals(Context:CurrentMasterPage.Headline)" /> </reddot:cms>
objectString.Equals(String:value)
<%!! Context:CurrentPage.Headline.Equals(String:Hello World) !!%>
<%!! RdObj:CurrentPage.Headline.Equals(RdString:Hello World) !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.Equals(String:Hello World)" /> </reddot:cms>
objectString.GetEnumerator()
<%!! Context:CurrentPage.Headline.GetEnumerator() !!%>
<%!! RdObj:CurrentPage.Headline.GetEnumerator() !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.GetEnumerator()" /> </reddot:cms>
objectString.GetHashCode()
<%!! Context:CurrentPage.Headline.GetHashCode() !!%>
<%!! RdObj:CurrentPage.Headline.GetHashCode() !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.GetHashCode()" /> </reddot:cms>
objectString.GetType()
<%!! Context:CurrentPage.Headline.GetType() !!%>
<%!! RdObj:CurrentPage.Headline.GetType() !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.GetType()" /> </reddot:cms>
objectString.GetTypeCode()
<%!! Context:CurrentPage.Headline.GetTypeCode() !!%>
<%!! RdObj:CurrentPage.Headline.GetTypeCode() !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.GetTypeCode()" /> </reddot:cms>
objectString.IndexOf(String:value)
<%!! Context:CurrentPage.Headline.IndexOf(String:e) !!%>
<%!! RdObj:CurrentPage.Headline.IndexOf(RdString:e) !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.IndexOf(String:e)" /> </reddot:cms>
objectString.IndexOf(String:value, Int32:startIndex)
<%!! Context:CurrentPage.Headline.IndexOf(String:l, Int32:6) !!%>
<%!! RdObj:CurrentPage.Headline.IndexOf(RdString:l, Int:6) !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.IndexOf(String:l, Int32:6)" /> </reddot:cms>
objectString.IndexOf(String:value, Int32:startIndex, Int32:count)
<%!! Context:CurrentPage.Headline.IndexOf(String:l, Int32:6, Int32:2) !!%>
<%!! RdObj:CurrentPage.Headline.IndexOf(RdString:l, Int:6, Int:2) !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.IndexOf(String:l, Int32:6, Int32:2)" /> </reddot:cms>
objectString.Insert(Int32:startIndex, String:value)
<%!! Context:CurrentPage.Headline.Insert(Int32:6, Escape:HtmlDecode(-) !!%>
<%!! RdObj:CurrentPage.Headline.Insert(Int:6, RdEscape:HtmlDecode(-) !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.Insert(Int32:6, Escape:HtmlDecode(-)" /> </reddot:cms>
objectString.IsNormalized()
<%!! Context:CurrentPage.Headline.IsNormalized() !!%>
<%!! RdObj:CurrentPage.Headline.IsNormalized() !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.IsNormalized()" /> </reddot:cms>
objectString.IsNullOrEmpty(String:value)
<%!! Escape:EmptyString.IsNullOrEmpty(Store:Get(String:objString)) !!%>
<%!! RdEscape:EmptyString.IsNullOrEmpty(RdStore:Get(RdString:objString)) !!%>
<reddot:cms> <output type="object" object="Escape:EmptyString.IsNullOrEmpty(Store:Get(String:objString))" /> </reddot:cms>
objectString.IsNullOrWhiteSpace(String:value)
<%!! Escape:EmptyString.IsNullOrWhiteSpace(Escape:Space) !!%>
<%!! RdEscape:EmptyString.IsNullOrWhiteSpace(RdEscape:Space) !!%>
<reddot:cms> <output type="object" object="Escape:EmptyString.IsNullOrWhiteSpace(Escape:Space)" /> </reddot:cms>
objectString.Join(String:separator, Array:values)
<%!! Escape:EmptyString.Join(Escape:HtmlDecode(-), Array:Create(String:Hello, String:RenderTag, String:World)) !!%>
<%!! RdEscape:EmptyString.Join(RdEscape:HtmlDecode(-), Array:Create(RdString:Hello, RdString:RenderTag, RdString:World)) !!%>
<reddot:cms> <output type="object" object="Escape:EmptyString.Join(Escape:HtmlDecode(-), Array:Create(String:Hello, String:RenderTag, String:World))" /> </reddot:cms>
objectString.LastIndexOf(String:value)
<%!! Context:CurrentPage.Headline.LastIndexOf(String:e) !!%>
<%!! RdObj:CurrentPage.Headline.LastIndexOf(RdString:e) !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.LastIndexOf(String:e)" /> </reddot:cms>
objectString.LastIndexOf(String:value, Int32:startIndex)
<%!! Context:CurrentPage.Headline.LastIndexOf(String:e, Int32:6) !!%>
<%!! RdObj:CurrentPage.Headline.LastIndexOf(RdString:e, Int:6) !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.LastIndexOf(String:e, Int32:6)" /> </reddot:cms>
LastIndexOf(String, Int32, Int32)
objectString.LastIndexOf(String:value, Int32:startIndex, Int32:count)
<%!! Context:CurrentPage.Headline.LastIndexOf(String:e, Int32:1, Int32:6) !!%>
<%!! RBObj:CurrentPage.Headline.LastIndexOf(RdString:e, Int:1, Int:6) !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.LastIndexOf(String:e, Int32:1, Int32:6)" /> </reddot:cms>
objectString.Normalize()
<%!! Context:CurrentPage.Headline.Normalize() !!%>
<%!! RdObj:CurrentPage.Headline.Normalize() !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.Normalize()" /> </reddot:cms>
objectString.PadLeft(Int32:totalWidth)
<%!! Context:CurrentPage.Headline.PadLeft(Int32:10) !!%>
<%!! RdObj:CurrentPage.Headline.PadLeft(Int:10) !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.PadLeft(Int32:10)" /> </reddot:cms>
objectString.PadRight(Int32:totalWidth)
<%!! Context:CurrentPage.Headline.PadRight(Int32:10) !!%>
<%!! RdObj:CurrentPage.Headline.PadRight(Int:10) !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.PadRight(Int32:10)" /> </reddot:cms>
objectString.Remove(Int32:startIndex)
<%!! Context:CurrentPage.Headline.Remove(Int32:10) !!%>
<%!! RdObj:CurrentPage.Headline.Remove(Int:10) !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.Remove(Int32:10)" /> </reddot:cms>
objectString.Remove(Int32:startIndex, Int32:count)
<%!! Context:CurrentPage.Headline.Remove(Int32:5, Int32:5) !!%>
<%!! RdObj:CurrentPage.Headline.Remove(Int:5, Int:5) !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.Remove(Int32:5, Int32:5)" /> </reddot:cms>
objectString.Replace(String:oldValue, String:newValue)
<%!! Context:CurrentPage.Headline.Replace(String:Hello, String:Hi) !!%>
<%!! Context:CurrentPage.Headline.Replace(Escape:HtmlDecode(,), Escape:HtmlDecode(-)) !!%>
<%!! RdObj:CurrentPage.Headline.Replace(RdString:Hello, RdString:Hi) !!%>
<%!! RdObj:CurrentPage.Headline.Replace(RdEscape:HtmlDecode(,), RdEscape:HtmlDecode(-)) !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.Replace(String:Hello, String:Hi)" /> </reddot:cms>
objectString.Split(String:separator)
<%!! Context:CurrentPage.Headline.Split(String:separator) !!%>
<%!! RdObj:CurrentPage.Headline.Split(RdString:separator) !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.Split(String:separator)" /> </reddot:cms>
objectString.Split(String:separator, Int32:count)
<%!! Context:CurrentPage.Headline.Split(String:separator, Int32:count) !!%>
<%!! RdObj:CurrentPage.Headline.Split(RdString:separator, Int:count) !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.Split(String:separator, Int32:count)" /> </reddot:cms>
objectString.StartsWith(String:value)
<%!! Context:CurrentPage.Headline.StartsWith(String:Hello) !!%>
<%!! RdObj:CurrentPage.Headline.StartsWith(RdString:Hello) !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.StartsWith(String:Hello)" /> </reddot:cms>
objectString.Substring(Int32:startIndex)
<%!! Context:CurrentPage.Headline.Substring(Int32:4) !!%>
<%!! RdObj:CurrentPage.Headline.Substring(Int:4) !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.Substring(Int32:4)" /> </reddot:cms>
objectString.Substring(Int32:startIndex, Int32:length)
<%!! Context:CurrentPage.Headline.Substring(Int32:4, Int32:3) !!%>
<%!! RdObj:CurrentPage.Headline.Substring(Int:4, Int:3) !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.Substring(Int32:4, Int32:3)" /> </reddot:cms>
objectString.ToCharArray()
<%!! Context:CurrentPage.Headline.ToCharArray() !!%>
<%!! RdObj:CurrentPage.Headline.ToCharArray() !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.ToCharArray()" /> </reddot:cms>
objectString.ToCharArray(Int32:startIndex, Int32:length)
<%!! Context:CurrentPage.Headline.ToCharArray(Int32:2, Int32:6) !!%>
<%!! RdObj:CurrentPage.Headline.ToCharArray(Int:2, Int:6) !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.ToCharArray(Int32:2, Int32:6)" /> </reddot:cms>
objectString.ToLower()
<%!! Context:CurrentPage.Headline.ToLower() !!%>
<%!! RdObj:CurrentPage.Headline.ToLower() !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.ToLower()" /> </reddot:cms>
objectString.ToString()
<%!! Context:CurrentPage.Headline.ToString() !!%>
<%!! RdObj:CurrentPage.Headline.ToString() !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.ToString()" /> </reddot:cms>
objectString.ToUpper()
<%!! Context:CurrentPage.Headline.ToUpper() !!%>
<%!! RdObj:CurrentPage.Headline.ToUpper() !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.ToUpper()" /> </reddot:cms>
objectString.Trim()
<%!! Context:CurrentPage.Headline.Trim() !!%>
<%!! RdObj:CurrentPage.Headline.Trim() !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.Trim()" /> </reddot:cms>
objectString.Trim(String:trimChar)
<%!! Context:CurrentPage.Headline.Trim(String:-) !!%>
<%!! Context:CurrentPage.Headline.Trim(Escape:Tab) !!%>
<%!! RdObj:CurrentPage.Headline.Trim(RdString:-) !!%>
<%!! RdObj:CurrentPage.Headline.Trim(RdEscape:Tab) !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.Trim(String:-)" /> </reddot:cms>
objectString.TrimEnd(String:trimChar)
<%!! Context:CurrentPage.Headline.Trim(String:d) !!%>
<%!! Context:CurrentPage.Headline.Trim(Escape:LineFeed) !!%>
<%!! RdObj:CurrentPage.Headline.Trim(RdString:d) !!%>
<%!! RdObj:CurrentPage.Headline.Trim(RdEscape:LineFeed) !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.Trim(String:d)" /> </reddot:cms>
objectString.TrimStart(String:trimChar)
<%!! Context:CurrentPage.Headline.Trim(String:H) !!%>
<%!! Context:CurrentPage.Headline.Trim(Escape:Space) !!%>
<%!! RdObj:CurrentPage.Headline.Trim(RdString:H) !!%>
<%!! RdObj:CurrentPage.Headline.Trim(RdEscape:Space) !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.Trim(String:H)" /> </reddot:cms>
Quelle: OpenText Web Site Management Server
HtmlEncode()
<
und >
als <
und >
codiert.objectString.HtmlEncode()
<%!! Context:CurrentPage.Headline.HtmlEncode() !!%>
<%!! Context:CurrentPage.Elements.GetElement(String:Text).Value.HtmlEncode() !!%>
<%!! Context:CurrentPage.GetElementByName(String:Text).Value.HtmlEncode() !!%>
<%!! RdObj:CurrentPage.Headline.HtmlEncode() !!%>
<%!! RdObj:CurrentPage.Elements.GetElement(RdString:Text).Value.HtmlEncode() !!%>
<%!! RdObj:CurrentPage.GetElementByName(RdString:Text).Value.HtmlEncode() !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.HtmlEncode()" /> </reddot:cms>
HtmlDecode()
<
und >
als <
und >
decodiert.objectString.HtmlDecode()
<%!! Context:CurrentPage.Headline.HtmlDecode() !!%>
<%!! Context:CurrentPage.Elements.GetElement(String:Text).Value.HtmlDecode() !!%>
<%!! Context:CurrentPage.GetElementByName(String:Text).Value.HtmlDecode() !!%>
<%!! RdObj:CurrentPage.Headline.HtmlDecode() !!%>
<%!! RdObj:CurrentPage.Elements.GetElement(RdString:Text).Value.HtmlDecode() !!%>
<%!! RdObj:CurrentPage.GetElementByName(RdString:Text).Value.HtmlDecode() !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.HtmlDecode()" /> </reddot:cms>
UrlEncode()
objectString.UrlEncode()
<%!! Context:CurrentPage.Headline.UrlEncode() !!%>
<%!! Context:CurrentPage.Elements.GetElement(String:Text).Value.UrlEncode() !!%>
<%!! Context:CurrentPage.GetElementByName(String:Text).Value.UrlEncode() !!%>
<%!! RdObj:CurrentPage.Headline.UrlEncode() !!%>
<%!! RdObj:CurrentPage.Elements.GetElement(RdString:Text).Value.UrlEncode() !!%>
<%!! RdObj:CurrentPage.GetElementByName(RdString:Text).Value.UrlEncode() !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.UrlEncode()" /> </reddot:cms>
UrlDecode()
objectString.UrlDecode()
<%!! Context:CurrentPage.Headline.UrlDecode() !!%>
<%!! Context:CurrentPage.Elements.GetElement(String:Text).Value.UrlDecode() !!%>
<%!! Context:CurrentPage.GetElementByName(String:Text).Value.UrlDecode() !!%>
<%!! RdObj:CurrentPage.Headline.UrlDecode() !!%>
<%!! RdObj:CurrentPage.Elements.GetElement(RdString:Text).Value.UrlDecode() !!%>
<%!! RdObj:CurrentPage.GetElementByName(RdString:Text).Value.UrlDecode() !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.UrlDecode()" /> </reddot:cms>
HtmlAttributeEncode()
objectString.HtmlAttributeEncode()
<%!! Context:CurrentPage.Headline.HtmlAttributeEncode() !!%>
<%!! Context:CurrentPage.Elements.GetElement(String:Standardfeld).Value.HtmlAttributeEncode() !!%>
<%!! Context:CurrentPage.GetElementByName(String:Standardfeld).Value.HtmlAttributeEncode() !!%>
<%!! RdObj:CurrentPage.Headline.HtmlAttributeEncode() !!%>
<%!! RdObj:CurrentPage.Elements.GetElement(RdString:Standardfeld).Value.HtmlAttributeEncode() !!%>
<%!! RdObj:CurrentPage.GetElementByName(RdString:Standardfeld).Value.HtmlAttributeEncode() !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.HtmlAttributeEncode()" /> </reddot:cms>
JavaScriptEncode()
objectString.JavaScriptEncode()
<%!! Context:CurrentPage.Headline.JavaScriptEncode() !!%>
<%!! Context:CurrentPage.Elements.GetElement(String:Standardfeld).Value.JavaScriptEncode() !!%>
<%!! Context:CurrentPage.GetElementByName(String:Standardfeld).Value.JavaScriptEncode() !!%>
<%!! RdObj:CurrentPage.Headline.JavaScriptEncode() !!%>
<%!! RdObj:CurrentPage.Elements.GetElement(RdString:Standardfeld).Value.JavaScriptEncode() !!%>
<%!! RdObj:CurrentPage.GetElementByName(RdString:Standardfeld).Value.JavaScriptEncode() !!%>
<reddot:cms> <output type="object" object="Context:CurrentPage.Headline.JavaScriptEncode()" /> </reddot:cms>
... ist Senior Site Reliability Engineer bei der Vodafone GmbH in Düsseldorf. Seit dem Jahr 2007 betreut er zusammen mit seinen Kollegen die OpenText- (vormals RedDot-) Plattform Web Site Management für die deutsche Konzernzentrale.
Er entwickelt Erweiterungen in Form von Plug-Ins und PowerShell Skripten. Seit den Anfängen in 2001 (RedDot CMS 4.0) kennt er sich speziell mit der Arbeitweise und den Funktionen des Management Server aus.