TagPrefixCollection.Remove(TagPrefixInfo) Method

Definition

Removes the specified object from the collection.

public:
 void Remove(System::Web::Configuration::TagPrefixInfo ^ tagPrefixInformation);
public void Remove (System.Web.Configuration.TagPrefixInfo tagPrefixInformation);
member this.Remove : System.Web.Configuration.TagPrefixInfo -> unit
Public Sub Remove (tagPrefixInformation As TagPrefixInfo)

Parameters

tagPrefixInformation
TagPrefixInfo

A TagPrefixInfo object in the collection.

Applies to