Return a boolean indicating whether there is a
phrase rewriting parameter in the parameter list
Namespace:
Endeca.Web.Url.Seo.Utility
Assembly:
Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.1.0 (2.1.1.0)
Syntax
| C# |
|---|
public bool ContainsOnePhraseRewriteParameter() |
| Visual Basic (Declaration) |
|---|
Public Function ContainsOnePhraseRewriteParameter As Boolean |
| Visual C++ |
|---|
public:
bool ContainsOnePhraseRewriteParameter() |
Return Value
True if there is at least one phrase rewriting parameter in the parameter list.
See Also