|
RazorViewParameters Property
|
Gets a dictionary of query string parameters passed to rendered view.
Namespace: GSF.Web.ModelAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.248-beta
Syntaxpublic Dictionary<string, string> Parameters { get; }
Public ReadOnly Property Parameters As Dictionary(Of String, String)
Get
public:
property Dictionary<String^, String^>^ Parameters {
Dictionary<String^, String^>^ get ();
}
member Parameters : Dictionary<string, string> with get
function get_Parameters();
View SourceProperty Value
DictionaryString,
String
See Also