Share via


HostedWebApplication.GetContextValue(String) Method

Definition

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.

Applies to