HostedWebApplication.GetContextValue(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the value associated with the name-value pair in the context.
public:
System::String ^ GetContextValue(System::String ^ name);
public string GetContextValue (string name);
member this.GetContextValue : string -> string
Public Function GetContextValue (name As String) As String
Parameters
- name
- String
Name of the context key.
Returns
The context value for the passed name or null.