Back to Devexpress

SpellCheckerISpellDictionaryExtension.DictionaryUri Property

wpf-devexpress-dot-xpf-dot-spellchecker-dot-spellcheckerispelldictionaryextension.md

latest1.8 KB
Original Source

SpellCheckerISpellDictionaryExtension.DictionaryUri Property

SECURITY-RELATED CONSIDERATIONS

Downloading files passed through URLs specified by the DictionaryUri property may create security issues. Review the following help topic and learn how to spot, analyze, and prohibit unwanted download requests:

Suppress Control Requests to Download Data from External URLs

Gets or sets the dictionary (Base Words) file URI.

Namespace : DevExpress.Xpf.SpellChecker

Assembly : DevExpress.Xpf.SpellChecker.v25.2.dll

NuGet Package : DevExpress.Wpf.SpellChecker

Declaration

csharp
public Uri DictionaryUri { get; set; }
vb
Public Property DictionaryUri As Uri

Property Value

TypeDescription
Uri

A Uri value, identifying a dictionary file.

|

Remarks

In ISpell dictionaries, the Base Words file is represented by the *.xlg or *.hash file.

See Also

SpellCheckerISpellDictionaryExtension Class

SpellCheckerISpellDictionaryExtension Members

DevExpress.Xpf.SpellChecker Namespace